mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 09:24:35 +00:00
chore: update tsdoc for executeScript method
This commit is contained in:
@@ -62,8 +62,8 @@ export class SASjsApiClient {
|
||||
|
||||
/**
|
||||
* Executes code on a SASJS server.
|
||||
* @param serverUrl - a server url to execute code.
|
||||
* @param code - a string of code to execute.
|
||||
* @param authConfig - an object for authentication.
|
||||
*/
|
||||
public async executeScript(code: string, authConfig?: AuthConfig) {
|
||||
let access_token = (authConfig || {}).access_token
|
||||
|
||||
Reference in New Issue
Block a user