Skip to content

Commit

Permalink
chore(*): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AAGaming00 committed Oct 3, 2024
1 parent 6a3ccca commit d1f0907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/plugin-loader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d1f0907

Please sign in to comment.