From 243b61e291a9ffb5ac5bb5ee1dec42d0351439ce Mon Sep 17 00:00:00 2001 From: Conrad Crawford <83192247+cnrad@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:41:06 -0400 Subject: [PATCH] update: @cnraddd to @atcnrad (twitter) --- pages/api/[...id].ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api/[...id].ts b/pages/api/[...id].ts index ecb8c0c..72d015d 100644 --- a/pages/api/[...id].ts +++ b/pages/api/[...id].ts @@ -35,7 +35,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse< console.log(error); // Only console log the error if its not a 404 return res.status(400).send({ - error: `Something went wrong! If everything looks correct and this still occurs, please contact @cnraddd on Twitter.`, + error: `Something went wrong! If everything looks correct and this still occurs, please contact @atcnrad on Twitter.`, }); }