We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f521b commit 0b2c711Copy full SHA for 0b2c711
src/core/profile/profile.service.ts
@@ -21,8 +21,7 @@ export interface Config {
21
}
22
23
export class ProfileService {
24
- // @ts-ignore
25
- private log: logger;
+ private log = logger;
26
private profileContainerPath = path.resolve(homedir, ".celonis-content-cli-profiles");
27
private configContainer = path.resolve(this.profileContainerPath, "config.json");
28
0 commit comments