update: @cnraddd to @atcnrad (twitter)

This commit is contained in:
Conrad Crawford
2021-07-26 13:41:06 -04:00
committed by GitHub
parent 71b1a37d09
commit 243b61e291

View File

@@ -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 console.log(error); // Only console log the error if its not a 404
return res.status(400).send({ 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.`,
}); });
} }