Fix formatting

This commit is contained in:
Stone_Red
2022-05-04 11:50:02 +02:00
parent 8c58e1f089
commit 6f9a7260b6
+1 -1
View File
@@ -90,4 +90,4 @@ export const getRestaurants = async (_req: Request, res: Response) => {
const restaurants = await prisma.restaurant.findMany();
res.status(HttpStatusCodes.OK).json(restaurants);
}
};