Skip to content

Commit 19affda

Browse files
Fix linting
1 parent ad6c474 commit 19affda

File tree

1 file changed

+1
-2
lines changed
  • apps/codelab/src/app/admin/content/presentation-editor/preview/slide-preview/blank

1 file changed

+1
-2
lines changed

apps/codelab/src/app/admin/content/presentation-editor/preview/slide-preview/blank/blank.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export class BlankComponent implements OnInit {
99
constructor() {}
1010

1111
ngOnInit(): void {
12-
// @ts-ignore: Debugger
13-
debugger;
12+
console.assert(false);
1413
}
1514
}

0 commit comments

Comments
 (0)