1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 04:00:05 +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

View File

@@ -108,7 +108,7 @@ export class SASViyaApiClient {
* Returns default(system) compute contexts.
*/
public getDefaultComputeContexts() {
return this.contextManager.defaultComputeContexts
return this.contextManager.getDefaultComputeContexts
}
/**