From d1f090727b6a6128bcf765491299b70367d99e13 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 3 Oct 2024 16:58:26 -0400 Subject: [PATCH] chore(*): lint --- frontend/src/plugin-loader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx index 7ed9abd7..cb1bb270 100644 --- a/frontend/src/plugin-loader.tsx +++ b/frontend/src/plugin-loader.tsx @@ -170,7 +170,7 @@ class PluginLoader extends Logger { .then(() => this.loadPlugins()) .then(() => this.log('Initialized')) .then(() => sleep(30000)) // Internet might not immediately be up - .then(() => this.checkPluginUpdates()) + .then(() => this.checkPluginUpdates()); } private checkForSP(): boolean {