From bf9402b07bb2fa24bbe3474f7c7e64b994e43e5f Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Fri, 1 Jan 2021 11:48:15 +0100 Subject: [PATCH] :zap: Fix import --- packages/cli/commands/worker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/commands/worker.ts b/packages/cli/commands/worker.ts index d0a4a711c3..42ddb149f1 100644 --- a/packages/cli/commands/worker.ts +++ b/packages/cli/commands/worker.ts @@ -16,7 +16,7 @@ import { import { FindOneOptions, -} from 'type-orm'; +} from 'typeorm'; import { ActiveExecutions,