style: run eslint
This commit is contained in:
parent
13dfc3cf5b
commit
b7a60f0c53
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Reference in a new issue