mirror of
https://github.com/uetchy/namae.git
synced 2025-08-21 10:18:12 +09:00
chore: add eslint rules
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import {send, sendError, fetch, NowResponse, NowRequest} from '../util/http';
|
||||
|
||||
export default async function handler(req: NowRequest, res: NowResponse) {
|
||||
export default async function handler(
|
||||
req: NowRequest,
|
||||
res: NowResponse,
|
||||
): Promise<void> {
|
||||
const {query} = req.query;
|
||||
|
||||
if (!query) {
|
||||
|
Reference in New Issue
Block a user