Skip to content

Commit 0b2c711

Browse files
committed
TA-4767: Fix added logger
1 parent d2f521b commit 0b2c711

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/profile/profile.service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ export interface Config {
2121
}
2222

2323
export class ProfileService {
24-
// @ts-ignore
25-
private log: logger;
24+
private log = logger;
2625
private profileContainerPath = path.resolve(homedir, ".celonis-content-cli-profiles");
2726
private configContainer = path.resolve(this.profileContainerPath, "config.json");
2827

0 commit comments

Comments
 (0)