Skip to content

Commit 8eaf607

Browse files
author
Maxim Uhlemann
committed
Fix lint
1 parent 4cef9f9 commit 8eaf607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/ahbs/components/pruefi-input/pruefi-input.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class PruefiInputComponent implements ControlValueAccessor {
5656
this.onChange = fn;
5757
}
5858

59-
registerOnTouched(_: () => void): void {
59+
registerOnTouched(): void {
6060
// do nothing
6161
}
6262

0 commit comments

Comments
 (0)