1
0
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:
2022-04-18 22:56:51 +05:00
parent e2651344d7
commit 135d019026

View File

@@ -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