fix(livez.ts): linting error
This commit is contained in:
parent
56069dbda5
commit
717f8536e0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
import type {NextApiRequest, NextApiResponse} from 'next'
|
import type {NextApiRequest, NextApiResponse} from 'next'
|
||||||
|
|
||||||
// GET /api/livez
|
// GET /api/livez
|
||||||
export default async function handle(
|
export default function handle(
|
||||||
req: NextApiRequest,
|
req: NextApiRequest,
|
||||||
res: NextApiResponse,
|
res: NextApiResponse,
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Reference in a new issue