summary refs log tree commit diff
path: root/scripts/changelog.js
diff options
context:
space:
mode:
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");