code linting

This commit is contained in:
vsrs 2020-07-02 22:08:33 +03:00
parent 271abb7bc4
commit 611fad275f
3 changed files with 32 additions and 32 deletions

View file

@ -111,7 +111,7 @@ export function prepareEnv(runnable: ra.Runnable, runnableEnvCfg: RunnableEnvCfg
}
}
} else {
Object.assign(env, runnableEnvCfg as Record<string, string>);
Object.assign(env, runnableEnvCfg);
}
}