Skip to content

Commit a58b600

Browse files
SDCB-10167 Files Library - cannot upload another file after cancelling the previous upload
1 parent c06e6d8 commit a58b600

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ src/
77
typings/
88
coverage/
99

10+
1011
# Files
1112
rollup.config.js
1213
bower.json
@@ -19,6 +20,8 @@ tsconfig.test.json
1920
.whitesource
2021
Jenkinsfile.sonar
2122
sonar-project.properties
23+
.github
24+
.babelrc
2225

2326
# IDE
2427
.vscode/

dist/bitbar-cloud-api-client.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bitbar-cloud-api-client.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bitbar-cloud-api-client.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bitbar-cloud-api-client.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/api/APIEntity.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export class APIEntity<RESPONSE = any, QUERY_PARAMS extends QueryParams | void =
4242

4343
abortRequest() {
4444
this.abortController.abort();
45+
this.abortController = new AbortController();
4546
}
4647

4748
push(...items: Array<string | number>): this {

0 commit comments

Comments
 (0)