Skip to content

Commit 089c7bc

Browse files
committed
Pretiter format:fix
1 parent b9b515e commit 089c7bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/backend/src/server/tasks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ const unknownErrorHandler: ErrorRequestHandler = (err, req, res, next) => {
5252
next();
5353
};
5454

55-
56-
5755
function validate<T>(
5856
body: z.ZodType<T>,
5957
): RequestHandler<Record<string, string | undefined>, unknown, T> {

0 commit comments

Comments
 (0)