mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-15 08:00:05 +00:00
fix: file upload with sasjs server type, json not parsed
This commit is contained in:
@@ -101,7 +101,7 @@ export class FileUploader extends BaseJobExecutor {
|
|||||||
: res.result
|
: res.result
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
} else if (this.serverType !== ServerType.Sasjs) {
|
} else {
|
||||||
jsonResponse =
|
jsonResponse =
|
||||||
typeof res.result === 'string'
|
typeof res.result === 'string'
|
||||||
? getValidJson(res.result)
|
? getValidJson(res.result)
|
||||||
|
|||||||
Reference in New Issue
Block a user