Skip to content

Commit 827c458

Browse files
PoOwAaCopilot
andauthored
Update src/Aclatraz.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 34d8db9 commit 827c458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Aclatraz.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export class Aclatraz {
163163
for (const chunk of chunks) {
164164
aclNumber =
165165
(aclNumber << BigInt(this.options.chunkSize)) |
166-
BigInt(BigInt(`0x${chunk}`));
166+
BigInt(`0x${chunk}`);
167167
}
168168

169169
return aclNumber

0 commit comments

Comments
 (0)