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

chore(default-contexts): made default contexts private

This commit is contained in:
Yury Shkoda
2020-12-30 13:13:28 +03:00
parent 2c808a937a
commit 46abc54cb0
5 changed files with 83 additions and 62 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ export class SASViyaApiClient {
* Returns default(system) compute contexts.
*/
public getDefaultComputeContexts() {
return this.contextManager.defaultComputeContexts
return this.contextManager.getDefaultComputeContexts
}
/**