update twitter handle in error message

This commit is contained in:
Conrad Crawford
2022-03-05 13:16:24 -05:00
committed by GitHub
parent 7843524932
commit 46f8389a3d

View File

@@ -37,7 +37,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 @atcnrad on Twitter.`,
error: `Something went wrong! If everything looks correct and this still occurs, please contact @notcnrad on Twitter.`,
});
}