We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41625b3 commit 4b91bb7Copy full SHA for 4b91bb7
1 file changed
routes/api/baseline/update.ts
@@ -6,7 +6,7 @@ import { BackgroundTaskQueue } from "../../../utils/background-task-queue.js";
6
import { store } from "./lib/store-init.js";
7
8
const workerFile = path.join(import.meta.dirname, "update.worker.js");
9
-const taskQueue = new BackgroundTaskQueue<typeof import("./update.worker")>(
+const taskQueue = new BackgroundTaskQueue<typeof import("./update.worker.ts")>(
10
workerFile,
11
"baseline_update",
12
);
0 commit comments