summary refs log tree commit diff
path: root/scripts/syncronise.js
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-12 20:43:49 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-12 20:43:49 +1000
commit5771552408898a3c33a7432a207fcfa51ad5f5df (patch)
tree1f6ed6ea734edf0620b61a6cd70c78d7944ccec5 /scripts/syncronise.js
parentRemove unnecessary stresstest folder (diff)
downloadserver-5771552408898a3c33a7432a207fcfa51ad5f5df.tar.xz
Set eslint env properly
Diffstat (limited to 'scripts/syncronise.js')
-rw-r--r--scripts/syncronise.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/syncronise.js b/scripts/syncronise.js

index 5f6987c3..34cd0ddd 100644 --- a/scripts/syncronise.js +++ b/scripts/syncronise.js
@@ -25,8 +25,6 @@ it doesn't break the below, thus we're left with this :sob: */ -/* eslint-env node */ - require("module-alias/register"); require("dotenv").config(); const { initDatabase } = require("..");