Skip to content

Commit

Permalink
fix: upload client list needs empty nb (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Nov 22, 2022
1 parent 26e1cd3 commit 7894fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/upload-client/src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export async function list(
audience,
with: resource,
proofs,
nb: {},
})
.execute(conn)

Expand Down
1 change: 1 addition & 0 deletions packages/upload-client/src/upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export async function list(
audience,
with: resource,
proofs,
nb: {},
})
.execute(conn)

Expand Down

0 comments on commit 7894fb9

Please sign in to comment.