Skip to content

Commit

Permalink
chore: do not cover options
Browse files Browse the repository at this point in the history
  • Loading branch information
joaosa committed Jun 3, 2024
1 parent d0dc1ea commit 7fbe6ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/upload-client/src/receipts.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export class Receipt {
},
{
onFailedAttempt: console.warn,
/* c8 ignore */
retries: this.retries ?? REQUEST_RETRIES,
}
)
Expand Down

0 comments on commit 7fbe6ed

Please sign in to comment.