Skip to content

Commit

Permalink
fix: worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesb committed Feb 28, 2024
1 parent 39be70c commit aabbad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/routers/adminRouter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,6 @@ export const adminRouter = router({
const utils = await workerUtils();
const workerIds = await getRunningWorkerIds();
await utils.forceUnlockWorkers(workerIds);
console.log("attempted to unlock workers");
console.log("attempted to unlock workers", workerIds);
}),
});

0 comments on commit aabbad6

Please sign in to comment.