mirror of
https://github.com/Xevion/bus-reminder.git
synced 2025-12-10 06:06:41 -06:00
Reformat project with Prettier
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user