From 6f9a7260b659f54ccfbf6f4a1e9d4cf3f2f2a538 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 4 May 2022 11:50:02 +0200 Subject: [PATCH] Fix formatting --- src/controller/restaurants.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/restaurants.controller.ts b/src/controller/restaurants.controller.ts index abec94b..4f3ea83 100644 --- a/src/controller/restaurants.controller.ts +++ b/src/controller/restaurants.controller.ts @@ -90,4 +90,4 @@ export const getRestaurants = async (_req: Request, res: Response) => { const restaurants = await prisma.restaurant.findMany(); res.status(HttpStatusCodes.OK).json(restaurants); -} +};