refactor: update package name

This commit is contained in:
Mauricio Siu
2024-10-05 22:15:57 -06:00
parent f3ce69b656
commit 89f3078ce5
12 changed files with 50 additions and 50 deletions

View File

@@ -1,5 +1,5 @@
import type { QueueJob } from "./schema";
import { type Job, Worker } from "bullmq";
import type { QueueJob } from "./schema";
import { runJobs } from "./utils";
export const firstWorker = new Worker(