mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
style: remove unnecessary eslint comment (#4758)
This commit is contained in:
@@ -40,7 +40,6 @@ class SnowflakeUtil {
|
||||
);
|
||||
}
|
||||
if (INCREMENT >= 4095) INCREMENT = 0;
|
||||
// eslint-disable-next-line max-len
|
||||
const BINARY = `${(timestamp - EPOCH).toString(2).padStart(42, '0')}0000100000${(INCREMENT++)
|
||||
.toString(2)
|
||||
.padStart(12, '0')}`;
|
||||
|
||||
Reference in New Issue
Block a user