mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53: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;
|
if (INCREMENT >= 4095) INCREMENT = 0;
|
||||||
// eslint-disable-next-line max-len
|
|
||||||
const BINARY = `${(timestamp - EPOCH).toString(2).padStart(42, '0')}0000100000${(INCREMENT++)
|
const BINARY = `${(timestamp - EPOCH).toString(2).padStart(42, '0')}0000100000${(INCREMENT++)
|
||||||
.toString(2)
|
.toString(2)
|
||||||
.padStart(12, '0')}`;
|
.padStart(12, '0')}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user