Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vprint committed Nov 7, 2024
1 parent c58a7bc commit 32ca6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/worker/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getUniqueId } from '../shared/id.js';
import { EndpointError } from '../shared/errors.js'
import { EndpointError } from '../shared/errors.js';

type TaskParams = Record<string, unknown>;
type TaskResponse = Record<string, unknown>;
Expand Down Expand Up @@ -85,7 +85,7 @@ export function addTaskHandler(
error = {
httpStatus: e.httpStatus,
message: e.message,
name: e.name
name: e.name,
};
}
const message = /** @type {WorkerResponse} */ {
Expand Down

0 comments on commit 32ca6cd

Please sign in to comment.