summary refs log tree commit diff
path: root/scripts/changelog.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/changelog.js
parentRemove unnecessary stresstest folder (diff)
downloadserver-5771552408898a3c33a7432a207fcfa51ad5f5df.tar.xz
Set eslint env properly
Diffstat (limited to 'scripts/changelog.js')
-rw-r--r--scripts/changelog.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/changelog.js b/scripts/changelog.js

index f6329a46..658193ba 100644 --- a/scripts/changelog.js +++ b/scripts/changelog.js
@@ -26,8 +26,6 @@ This grabs the new changelog from `spacebarchat/server/assets/changelog.txt` */ -/* eslint-env node */ - const fetch = require("node-fetch"); const fs = require("fs/promises"); const path = require("path");