Skip to content

Commit

Permalink
Update artifacts.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed Aug 1, 2023
1 parent ef5da5e commit 900f159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/front/src/utils/artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const loadArtifact = async() => {
try {
result = await axios.get(path, {
method: 'GET',
headers: { 'Cache-Control': 'no-cache', 'Pragma': 'no-cache', 'Expires': '0' },
responseType: 'arraybuffer',
});
} catch (e) {
Expand Down

0 comments on commit 900f159

Please sign in to comment.