From d6d3116e211dd2ecb71c496db31e47199f28a2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 2 Mar 2026 18:16:16 -0500 Subject: [PATCH] lint: remove unused --- src/socket.io/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/socket.io/index.js b/src/socket.io/index.js index 351b0d145e..ca80a9e057 100644 --- a/src/socket.io/index.js +++ b/src/socket.io/index.js @@ -1,6 +1,5 @@ 'use strict'; -const _ = require('lodash'); const os = require('os'); const nconf = require('nconf'); const winston = require('winston');