Skip to content

Commit

Permalink
fix(tree-accessions): Remove timeout period.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Jul 12, 2022
1 parent e33dae5 commit 6c4a995
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/api/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ export class UtilApi {
headers: {
'Content-Type': 'multipart/form-data'
},
responseType: 'blob',
timeout: apiTimeout
responseType: 'blob'
})
}

Expand Down

0 comments on commit 6c4a995

Please sign in to comment.