From b5e63c06b684e00f63c70e3e8347e9c49da6c02e Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 14 Mar 2026 03:26:26 +0100 Subject: Qodana: fix async warnings --- src/api/Server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/Server.ts') diff --git a/src/api/Server.ts b/src/api/Server.ts index 6a61d3cb..f6c38398 100644 --- a/src/api/Server.ts +++ b/src/api/Server.ts @@ -200,7 +200,7 @@ export class SpacebarServer extends Server { this.app.use(ErrorHandler); - ConnectionLoader.loadConnections(); + await ConnectionLoader.loadConnections(); if (logRequests) console.log(red(`Warning: Request logging is enabled! This will spam your console!\nTo disable this, unset the 'LOG_REQUESTS' environment variable!`)); -- cgit 1.5.1