Skip to content

Commit 53edac3

Browse files
jackdelahuntwtrocki
authored andcommitted
fix: context now correctly stores namespace id
1 parent e69eae6 commit 53edac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/shared/contextutil/util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func SetCurrentNamespaceInstance(namespace *connectormgmtclient.ConnectorNamespa
205205
return err
206206
}
207207

208-
currCtx.ConnectorID = namespace.GetId()
208+
currCtx.NamespaceID = namespace.GetId()
209209
svcContext.Contexts[svcContext.CurrentContext] = *currCtx
210210

211211
if err = f.ServiceContext.Save(svcContext); err != nil {

0 commit comments

Comments
 (0)