Skip to content

Commit

Permalink
fix worker build error
Browse files Browse the repository at this point in the history
  • Loading branch information
radityaharya authored May 2, 2024
1 parent a1794fa commit ab8bdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/workflow/Workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Utility from "./Utility";

import { Logger } from "../log";

import { WorkflowObjectSchema } from "@schema";
import { WorkflowObjectSchema } from "~/schemas";

const log = new Logger("workflow");

Expand Down

0 comments on commit ab8bdbd

Please sign in to comment.