Skip to content

Commit

Permalink
fix: thanks prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Nov 20, 2024
1 parent 40ebc05 commit 11e34b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upload-client/src/blob/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export async function add(
let { receipt: acceptReceipt } = nextTasks.accept
if (!acceptReceipt?.out.ok) {
acceptReceipt = await poll(nextTasks.accept.task.link(), options)
/* c8 ignore next 3 */
/* c8 ignore next 5 */
if (acceptReceipt.out.error) {
throw new Error(`${BlobCapabilities.accept.can} failure`, {
cause: acceptReceipt.out.error,
Expand Down

0 comments on commit 11e34b4

Please sign in to comment.