We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c3a25 commit 4b8c1b8Copy full SHA for 4b8c1b8
1 file changed
apps/api/src/session/state-manager.ts
@@ -183,6 +183,7 @@ export class StateManager {
183
name: this.state.name,
184
handle: this.state.handle,
185
type: this.state.type,
186
+ organizationId: this.organizationId,
187
nodes: this.state.nodes,
188
edges: this.state.edges,
189
};
0 commit comments