fix: indent issue

This commit is contained in:
AlphaNecron 2021-11-11 09:16:44 +07:00
parent e977d066a1
commit eca63447e0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ async function handler(req: NextApiReq, res: NextApiRes) {
});
info('URL', `User ${user.username} (${user.id}) shortened a URL: ${url.destination} (${url.id})`);
try {
global.logger.logUrl(url, user.username);
global.logger.logUrl(url, user.username);
}
catch {}
return res.json({