Skip to content

Commit

Permalink
module.exports typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxill1 committed Jul 24, 2024
1 parent 508aa98 commit a55f53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/stringutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ const stringutils = {
return title?.trim();
}
}
module.export = stringutils
module.exports = stringutils

0 comments on commit a55f53b

Please sign in to comment.