refactor: improve type safety and code style
Some checks failed
CI / build-and-test (push) Failing after 24m31s
Some checks failed
CI / build-and-test (push) Failing after 24m31s
This commit is contained in:
@@ -97,7 +97,7 @@ export class Config {
|
||||
* Updates template by adding placeholders for environment params
|
||||
*/
|
||||
public updateTemplateFromEnv(env: Env): void {
|
||||
let templateObj: Record<string, any> = {};
|
||||
let templateObj: Record<string, string> = {};
|
||||
|
||||
// Try to parse existing template
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user