We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b654ac commit daf1dcaCopy full SHA for daf1dca
packages/workflow/src/worker-interface.ts
@@ -101,7 +101,7 @@ export function initRuntime(options: WorkflowCreateOptionsInternal): void {
101
unsafe: { ...options.info.unsafe, now: OriginalDate.now },
102
}),
103
});
104
- // There's on activator per workflow instance, set it globally on the context.
+ // There's one activator per workflow instance, set it globally on the context.
105
// We do this before importing any user code so user code can statically reference @temporalio/workflow functions
106
// as well as Date and Math.random.
107
setActivatorUntyped(activator);
0 commit comments