mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-13 15:10:06 +00:00
fix: call sasJsJobExecutor only from cli
This commit is contained in:
@@ -108,6 +108,7 @@ export class WebJobExecutor extends BaseJobExecutor {
|
||||
...this.getRequestParams(config)
|
||||
}
|
||||
|
||||
// FormData is only valid in browser
|
||||
let formData = new FormData()
|
||||
|
||||
if (data) {
|
||||
|
||||
Reference in New Issue
Block a user