We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970b1a1 commit d2f521bCopy full SHA for d2f521b
src/core/profile/profile.service.ts
@@ -21,7 +21,8 @@ export interface Config {
21
}
22
23
export class ProfileService {
24
- private log;
+ // @ts-ignore
25
+ 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