server-ts: Fix build errors

This commit is contained in:
Elian Doran
2024-02-16 21:22:13 +02:00
parent ff2e05fe83
commit 28735fa16a
3 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ function formatDate() {
return `${pad(todaysMidnight.getFullYear())}-${pad(todaysMidnight.getMonth() + 1)}-${pad(todaysMidnight.getDate())}`;
}
module.exports = {
export = {
info,
error,
request