mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-05 03:30:05 +00:00
style(*): fixed styling
This commit is contained in:
@@ -215,7 +215,10 @@ export default class SASjs {
|
||||
public async deleteComputeContext(contextName: string, accessToken?: string) {
|
||||
this.isMethodSupported('deleteComputeContext', ServerType.SASViya)
|
||||
|
||||
return await this.sasViyaApiClient!.deleteComputeContext(contextName, accessToken)
|
||||
return await this.sasViyaApiClient!.deleteComputeContext(
|
||||
contextName,
|
||||
accessToken
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user