chore: code refactors

This commit is contained in:
nivedin
2024-03-06 21:24:27 +05:30
committed by Andrew Bastin
parent 1e906bbec3
commit e9f1dc7ba1
8 changed files with 110 additions and 118 deletions

View File

@@ -225,9 +225,9 @@ export class EnvironmentInspectorService extends Service implements Inspector {
} else {
invokeAction(invokeActionType, {
envName:
env.sourceEnv !== "Global"
? currentSelectedEnvironment.name
: "Global",
env.sourceEnv === "Global"
? "Global"
: currentSelectedEnvironment.name,
variableName: formattedExEnv,
isSecret: env.secret,
})