server-ts: Fix more errors in becca entities

This commit is contained in:
Elian Doran
2024-02-17 11:13:53 +02:00
parent 9aec3390dd
commit 3a20bef1a9
9 changed files with 49 additions and 47 deletions

View File

@@ -93,7 +93,7 @@ function getOptionMap() {
return map;
}
module.exports = {
export = {
getOption,
getOptionInt,
getOptionBool,