mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 09:58:13 +09:00
fix: type errors
This commit is contained in:
@@ -33,7 +33,7 @@ export default async function handler(
|
||||
} else {
|
||||
send(res, { availability: true });
|
||||
}
|
||||
} catch (err) {
|
||||
sendError(res, err as any);
|
||||
} catch (err: any) {
|
||||
sendError(res, err);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user