From 1365d9c08f18ff3be04dac21882b65af45da2bec Mon Sep 17 00:00:00 2001 From: Dm1tr1y147 Date: Thu, 26 Nov 2020 16:22:38 +0000 Subject: [PATCH] Apply Prettier styles --- pages/api/hello.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/api/hello.js b/pages/api/hello.js index b7c0cd3..06c71f4 100644 --- a/pages/api/hello.js +++ b/pages/api/hello.js @@ -1,6 +1,6 @@ // Next.js API route support: https://nextjs.org/docs/api-routes/introduction export default (req, res) => { - res.statusCode = 200 - res.json({ name: "John Doe" }) -} + res.statusCode = 200; + res.json({ name: "John Doe" }); +};