mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-08 21:10:05 +00:00
chore(*): add .prettierrc, fix formatting
This commit is contained in:
@@ -10,7 +10,7 @@ export class SAS9ApiClient {
|
||||
*/
|
||||
public getConfig() {
|
||||
return {
|
||||
serverUrl: this.serverUrl,
|
||||
serverUrl: this.serverUrl
|
||||
};
|
||||
}
|
||||
|
||||
@@ -37,9 +37,9 @@ export class SAS9ApiClient {
|
||||
const executeScriptRequest = {
|
||||
method: "PUT",
|
||||
headers: {
|
||||
Accept: "application/json",
|
||||
Accept: "application/json"
|
||||
},
|
||||
body: `command=${requestPayload}`,
|
||||
body: `command=${requestPayload}`
|
||||
};
|
||||
const executeScriptResponse = await fetch(
|
||||
`${this.serverUrl}/sas/servers/${serverName}/cmd?repositoryName=${repositoryName}`,
|
||||
|
||||
Reference in New Issue
Block a user