Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Apr 6, 2024
1 parent 68b7d71 commit be4dbff
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 243 deletions.
2 changes: 1 addition & 1 deletion src/kv/commonKeyValueDao.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export class CommonKeyValueDao<T> {
}

async saveBatch(entries: KeyValueTuple<string, T>[]): Promise<void> {
let bufferEntries: KeyValueDBTuple[] = []
let bufferEntries: KeyValueDBTuple[]

if (!this.cfg.hooks?.mapValueToBuffer) {
bufferEntries = entries as any
Expand Down
Loading

0 comments on commit be4dbff

Please sign in to comment.