[create-pull-request] push formatted files

This commit is contained in:
Stefan-5422
2022-04-29 12:23:23 +02:00
committed by Stefan
parent ac19d9bc67
commit 4ef5989c9a
3 changed files with 6 additions and 26 deletions
+1 -6
View File
@@ -1,9 +1,4 @@
import express, {
ErrorRequestHandler,
NextFunction,
Request,
Response,
} from "express";
import express, { ErrorRequestHandler, NextFunction, Request, Response } from "express";
import prisma from "./lib/prisma";
import eventRouter from "./Routes/event.routes";
import adminAuthRouter from "./Routes/admin_auth.routes";