diff --git a/server/modules/ServerBootstrapper.js b/server/modules/ServerBootstrapper.js index e42da5b..fa111c5 100644 --- a/server/modules/ServerBootstrapper.js +++ b/server/modules/ServerBootstrapper.js @@ -6,7 +6,6 @@ const fs = require('fs'); const crypto = require('crypto'); const SocketManager = require('./SocketManager.js'); const GameManager = require('./GameManager.js'); -const globals = require('../config/globals.js'); const { ENVIRONMENT } = require('../config/globals.js'); const rateLimit = require('express-rate-limit').default;