Skip to content

Commit

Permalink
Update src/app/my-account/my-account.component.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Barney Laurance <[email protected]>
  • Loading branch information
NoelLH and bdsl authored Nov 3, 2023
1 parent c43cc46 commit c036ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/my-account/my-account.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class MyAccountComponent implements OnDestroy, OnInit {
registerSucessMessage: string | undefined;
protected readonly faExclamationTriangle = faExclamationTriangle;

private savedCardsTimer: ReturnType<typeof setTimeout>; // https://stackoverflow.com/a/56239226
private savedCardsTimer: undefined | ReturnType<typeof setTimeout>; // https://stackoverflow.com/a/56239226

constructor(
private pageMeta: PageMetaService,
Expand Down

0 comments on commit c036ae3

Please sign in to comment.