From 135d019026e9fc3140475c03790a649b43bb9e1c Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Mon, 18 Apr 2022 22:56:51 +0500 Subject: [PATCH] chore: update tsdoc for executeScript method --- src/SASjsApiClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SASjsApiClient.ts b/src/SASjsApiClient.ts index 99d77c9..88c8356 100644 --- a/src/SASjsApiClient.ts +++ b/src/SASjsApiClient.ts @@ -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