Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Mar 7, 2024
1 parent ab81c7c commit 6414152
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 4,358 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint-fix && git add -u
2 changes: 1 addition & 1 deletion lib/utils/history-searcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export function findPrevHistory<T>(
idSuffix: BigInt,
decrement: BigInt,
maxSearchDepth: i32,
minimum: BigInt = BigInt.zero()
minimum: BigInt = BigInt.zero(),
): T | null {
let newSuffix = idSuffix.minus(decrement);
let history = loadFunction(idBase + newSuffix.toString());
Expand Down
Loading

0 comments on commit 6414152

Please sign in to comment.