1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-08 13:00:05 +00:00

chore: updated utils and comment

This commit is contained in:
2021-06-10 15:03:51 +02:00
parent dadce3d4c9
commit 33d4ee92a7
3 changed files with 5 additions and 5 deletions

View File

@@ -543,7 +543,7 @@ export default class SASjs {
* `await request(sasJobPath, {}, {}, () => setIsLoggedIn(false))`
* @param extraResponseAttributes - a array of predefined values that are used
* to provide extra attributes (same names as those values) to be added in response
* Supported values: 'file' | 'output' | 'data'
* Supported values are declared in ExtraResponseAttributes type.
*/
public async request(
sasJob: string,