return {
context: {
...ctx,
context: {
...ctx.context,
newSession: {
...ctx.context.newSession,
session: {
...ctx.context.newSession?.session,
activeOrganizationId: // value here
},
},
},
},
}
return {
context: {
...ctx,
context: {
...ctx.context,
newSession: {
...ctx.context.newSession,
session: {
...ctx.context.newSession?.session,
activeOrganizationId: // value here
},
},
},
},
}