Skip to content

Commit

Permalink
fix typo in import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Sergeev committed Feb 7, 2024
1 parent df990fd commit 9c61338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflow/StatedWorkflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import express from 'express';
import Pulsar from 'pulsar-client';
import {Kafka, logLevel} from 'kafkajs';
import winston from "winston";
import {WorkflowDispatcher} from "./workflowDispatcher.js";
import {WorkflowDispatcher} from "./WorkflowDispatcher.js";
import {StepLog} from "./StepLog.js";
import Step from "./Step.js";
import {createStepPersistence} from "./StepPersistence.js";
Expand Down

0 comments on commit 9c61338

Please sign in to comment.