Skip to content

Commit

Permalink
Linting (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
werewolfboy13 authored Jan 6, 2024
1 parent 1d12fc0 commit bd20340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions squad-server/factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ export default class SquadServerFactory {

for (const pluginConfig of config.plugins) {
if (!pluginConfig.enabled) continue;
//ignore non JS files
if (!pluginConfig.plugin.endsWith('.js')){

// ignore non JS files
if (!pluginConfig.plugin.endsWith('.js')) {
continue;
}

Expand Down

0 comments on commit bd20340

Please sign in to comment.