mirror of
https://github.com/danbulant/discord.js
synced 2026-06-05 15:51:31 +00:00
style: remove unnecessary eslint comment (#4758)
This commit is contained in:
parent
a363b90fa5
commit
74ebb650df
1 changed files with 0 additions and 1 deletions
|
|
@ -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')}`;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue