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

chore: lint fix

This commit is contained in:
2022-03-07 18:01:12 +05:00
parent a607c56bb3
commit 31004da20d
+1 -1
View File
@@ -113,7 +113,7 @@ export default class SASjs {
debug?: boolean debug?: boolean
) { ) {
this.isMethodSupported('executeScriptSASViya', [ServerType.SasViya]) this.isMethodSupported('executeScriptSASViya', [ServerType.SasViya])
contextName = contextName || this.sasjsConfig.contextName contextName = contextName || this.sasjsConfig.contextName
if (!contextName) { if (!contextName) {