Skip to content

Commit 34e3d71

Browse files
fix: feedback
1 parent 7df52d9 commit 34e3d71

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

cspell.config.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"heartbeating",
4141
"idempotently",
4242
"llms",
43+
"unaliased",
4344
"wakeups",
4445

4546
// usernames & contributor names

packages/openworkflow/postgres/backend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ export class BackendPostgres implements Backend {
885885
* by the workflow-run mutation queries which all fence on this same
886886
* condition.
887887
* @param params - Identifiers for the workflow run and owning worker
888-
* @returns Combined WHERE fragment for the workflow_runs table (no alias)
888+
* @returns Combined WHERE fragment for the unaliased workflow_runs table
889889
*/
890890
private runningWorkflowRunOwnedByWorkerWhere(
891891
params: Readonly<{ workflowRunId: string; workerId: string }>,

0 commit comments

Comments
 (0)