mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 18:08:11 +09:00
chore: add eslint rules
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import whois from 'whois-json';
|
||||
import {send, sendError, NowRequest, NowResponse} 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