Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lezek123 committed Nov 22, 2024
1 parent f6ddfb6 commit 6256a3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/storage-node/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export class StorageNodeApi {
]
try {
await this.upload(bagId, assetsInput)
} catch(e) {
return
} catch (e) {
if (attempt === maxAttempts) {
throw e
}
Expand Down

0 comments on commit 6256a3f

Please sign in to comment.