From b6aae6840509b0a202aa3da03771a7ff0c934190 Mon Sep 17 00:00:00 2001 From: Carl Downing Date: Sun, 30 Jul 2023 15:22:10 -0700 Subject: [PATCH] remoev --- Workflow/Services/RunWorkflow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workflow/Services/RunWorkflow.ts b/Workflow/Services/RunWorkflow.ts index 8418ba5db5..4e01d14b4d 100644 --- a/Workflow/Services/RunWorkflow.ts +++ b/Workflow/Services/RunWorkflow.ts @@ -169,7 +169,7 @@ export default class RunWorkflow { } // get component. - // and remoev that component from the stack. + // and remove that component from the stack. executeComponentId = fifoStackOfComponentsPendingExecution.shift()!;