chore: generate
This commit is contained in:
@@ -106,7 +106,12 @@ export const layer = Layer.effect(Service)(
|
|||||||
workspace: yield* InstanceState.workspaceID,
|
workspace: yield* InstanceState.workspaceID,
|
||||||
}
|
}
|
||||||
: undefined
|
: undefined
|
||||||
process(def, event, { publish, context, ownerID: options?.ownerID, experimentalWorkspaces: flags.experimentalWorkspaces })
|
process(def, event, {
|
||||||
|
publish,
|
||||||
|
context,
|
||||||
|
ownerID: options?.ownerID,
|
||||||
|
experimentalWorkspaces: flags.experimentalWorkspaces,
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
const replayAll: Interface["replayAll"] = Effect.fn("SyncEvent.replayAll")(function* (events, options) {
|
const replayAll: Interface["replayAll"] = Effect.fn("SyncEvent.replayAll")(function* (events, options) {
|
||||||
|
|||||||
Reference in New Issue
Block a user