Skip to content

Commit f144082

Browse files
committed
fix: return status
1 parent 5d7afe8 commit f144082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Inputs/SaveData/SaveData.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export default {
197197
sendRetry(url, formData, index, retries = 3, backoff = 10000) {
198198
if (!this.shouldUpload) {
199199
console.log("Not uploading")
200-
return;
200+
return 200;
201201
}
202202
const config1 = {
203203
'Content-Type': 'multipart/form-data'

0 commit comments

Comments
 (0)