Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Mar 8, 2024
1 parent 2bbd94b commit 3b5c44c
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 74 deletions.
198 changes: 128 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tests/tests/store/cursor.node.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ describe("Waku Store, cursor", function () {
for await (const page of waku.store.queryGenerator([TestDecoder], {
cursor
})) {
page;
await Promise.all(page);
}
throw new Error("Cursor with wrong pubsubtopic was accepted");
} catch (err) {
Expand Down
Loading

0 comments on commit 3b5c44c

Please sign in to comment.