1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-14 07:30:05 +00:00

chore: FileUploader extends BaseJobExecutor

This commit is contained in:
Saad Jutt
2021-09-13 17:42:41 +05:00
parent bb6b25bac7
commit 19adcc3115
6 changed files with 200 additions and 127 deletions

View File

@@ -45,7 +45,7 @@ export class Sas9JobExecutor extends BaseJobExecutor {
if (data) {
try {
formData = generateFileUploadForm(formData, data)
} catch (e) {
} catch (e: any) {
return Promise.reject(new ErrorResponse(e?.message, e))
}
}