Skip to content

Commit

Permalink
chore(deps): Upgrade app upload retry logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Sander committed Mar 8, 2024
1 parent 32f6d70 commit 98b3a0d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"node-xlsx": "^0.23.0",
"qrs-interact": "^6.3.1",
"random-words": "^2.0.1",
"retry-axios": "^2.6.0",
"retry-axios": "^3.1.3",
"table": "^6.8.1",
"text-treeview": "^1.0.2",
"upath": "^2.0.1",
Expand Down
1 change: 0 additions & 1 deletion src/__tests__/app_import_cert.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ describe('import apps from QVF files (cert auth)', () => {
} else {
// App does not exist
expect(appExists).toBe(false);
// console.log(`App ${appId} does not exist in Sense. Skipping delete.`);
}
i += 1;
}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/app/class_allapps.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import rax from 'retry-axios';
import * as rax from 'retry-axios';
import axios from 'axios';
import path from 'path';
import FormData from 'form-data';
Expand Down

0 comments on commit 98b3a0d

Please sign in to comment.