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 b9b515e commit 089c7bcCopy full SHA for 089c7bc
packages/backend/src/server/tasks.ts
@@ -52,8 +52,6 @@ const unknownErrorHandler: ErrorRequestHandler = (err, req, res, next) => {
52
next();
53
};
54
55
-
56
57
function validate<T>(
58
body: z.ZodType<T>,
59
): RequestHandler<Record<string, string | undefined>, unknown, T> {
0 commit comments