Skip to content

Commit 6237fb6

Browse files
brendandburnsswcho
andauthored
Update src/config_types.ts
Thanks Co-Authored-By: swcho <[email protected]>
1 parent 1695e27 commit 6237fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config_types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function contextIterator(): u.ListIterator<any, Context> {
105105
return {
106106
cluster: elt.context.cluster,
107107
name: elt.name,
108-
user: (elt.context.user ? elt.context.user : undefined),
108+
user: elt.context.user || undefined,
109109
namespace: elt.context.namespace || undefined,
110110
};
111111
};

0 commit comments

Comments
 (0)