Skip to content

Commit

Permalink
fix: typo (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Dec 20, 2023
1 parent b15390f commit 5a522e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/shorten.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async function handler(req: NextApiReq, res: NextApiRes) {

logger.debug(`shortened ${JSON.stringify(url)}`);

logger.info(`User ${user.username} (${user.id}) shortenned a url ${url.destination} (${url.id})`);
logger.info(`User ${user.username} (${user.id}) shortened a url ${url.destination} (${url.id})`);

let domain;
if (req.headers['override-domain']) {
Expand Down

0 comments on commit 5a522e0

Please sign in to comment.