remove extraneous eslint ignore directive

This commit is contained in:
W-A-James
2025-10-31 15:45:27 -05:00
parent af90baea33
commit 9fdba6374c
-1
View File
@@ -9,7 +9,6 @@ import readline from 'readline';
import os from 'os';
const LOG = !!process.env.LOG || false;
// eslint-disable-next-line
const PORT = process.env.PORT || 5432;
const VALID_AUDIO_EXTENSIONS = ['wav', 'mp3', 'ogg'];