Reformat project with Prettier

This commit is contained in:
Xevion
2023-02-23 22:48:00 -06:00
parent 6e89c7738f
commit 9506f61e7e
8 changed files with 115 additions and 82 deletions

View File

@@ -18,7 +18,7 @@ const center = {
export default async function handler(
req: NextApiRequest,
res: NextApiResponse<ResponseData & StatusData | StatusData>
res: NextApiResponse<(ResponseData & StatusData) | StatusData>
) {
if (req.query.key != env.API_KEY) {
// auth failed