style: run eslint

This commit is contained in:
Constantin Simonis 2025-02-13 11:11:08 +01:00
parent 13dfc3cf5b
commit b7a60f0c53
No known key found for this signature in database
GPG key ID: 3878FF77C24AF4D2

View file

@ -16,7 +16,7 @@ import { NgIf } from '@angular/common';
})
export class DepositComponent implements OnInit {
protected form!: FormGroup;
protected errorMsg: string = '';
protected errorMsg = '';
private stripe: Stripe | null = null;
private service: DepositService = inject(DepositService);