1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-04 19:20:05 +00:00

fix: FIleUploader added catch

This commit is contained in:
Mihajlo Medjedovic
2020-10-27 14:50:05 +01:00
parent 80707d77d9
commit 7279c23fe2

View File

@@ -99,6 +99,9 @@ export class FileUploader {
}
}
})
.catch((err: any) => {
reject(err)
})
})
}
}