mirror of
https://github.com/detleph/server.git
synced 2026-09-04 16:46:04 +02:00
small fixes
This commit is contained in:
@@ -14,6 +14,8 @@ import { PrismaClientKnownRequestError } from "@prisma/client/runtime";
|
||||
import { Prisma } from "@prisma/client";
|
||||
import NotFoundError from "../Middleware/error/NotFoundError";
|
||||
|
||||
require("express-async-errors");
|
||||
|
||||
function validateOranisationName(name: string) {
|
||||
return name.length > 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user