diff --git a/src/pages/api/livez.ts b/src/pages/api/livez.ts index 129aa22..4b8bb19 100644 --- a/src/pages/api/livez.ts +++ b/src/pages/api/livez.ts @@ -1,7 +1,7 @@ import type {NextApiRequest, NextApiResponse} from 'next' // GET /api/livez -export default async function handle( +export default function handle( req: NextApiRequest, res: NextApiResponse, ) {