mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 18:08:11 +09:00
chore: capitalize error message
This commit is contained in:
@@ -9,7 +9,7 @@ export default async function handler(
|
||||
const {query} = req.query;
|
||||
|
||||
if (!query) {
|
||||
return sendError(res, new Error('no query given'));
|
||||
return sendError(res, new Error('No query given'));
|
||||
}
|
||||
|
||||
const encodedQuery = encodeURIComponent(
|
||||
|
Reference in New Issue
Block a user