Update the performRunExecution import

This commit is contained in:
Eric Allam
2023-06-28 15:50:02 +01:00
parent c5d91e7cca
commit d313eaa742
+1 -1
View File
@@ -27,7 +27,7 @@ import { MissingConnectionCreatedService } from "./runs/missingConnectionCreated
import { IntegrationConnectionCreatedService } from "./externalApis/integrationConnectionCreated.server";
import { sendEmail } from "./email.server";
import { DeliverEmailSchema } from "@/../../packages/emails/src";
import { PerformRunExecutionService } from "./runs/performRunExecution";
import { PerformRunExecutionService } from "./runs/performRunExecution.server";
import { PerformTaskOperationService } from "./tasks/performTaskOperation.server";
const workerCatalog = {