summary refs log tree commit diff
path: root/api/src/Server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/Server.ts')
-rw-r--r--api/src/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/Server.ts b/api/src/Server.ts

index 332c28de..ef72df5f 100644 --- a/api/src/Server.ts +++ b/api/src/Server.ts
@@ -64,7 +64,7 @@ export class FosscordServer extends Server { this.app = api; api.use(Authentication); - initRateLimits(api); + await initRateLimits(api); await initTranslation(api); this.routes = await this.registerRoutes(path.join(__dirname, "routes", "/"));