Skip to content

Commit 4b8c1b8

Browse files
committed
refactor: include organizationId in state serialization
1 parent d6c3a25 commit 4b8c1b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/api/src/session/state-manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ export class StateManager {
183183
name: this.state.name,
184184
handle: this.state.handle,
185185
type: this.state.type,
186+
organizationId: this.organizationId,
186187
nodes: this.state.nodes,
187188
edges: this.state.edges,
188189
};

0 commit comments

Comments
 (0)