From 8a197bbeaa60e9cea41342a4709bd5079da51b22 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Mon, 16 Aug 2021 15:06:31 +0200 Subject: update Rate Limit with new event transmission --- api/src/Server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/src/Server.ts') 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", "/")); -- cgit 1.5.1