From c036ae3e9c4bab35d579ab55cd1065c68de79d19 Mon Sep 17 00:00:00 2001 From: Noel Light-Hilary Date: Fri, 3 Nov 2023 17:20:02 +0000 Subject: [PATCH] Update src/app/my-account/my-account.component.ts Co-authored-by: Barney Laurance --- src/app/my-account/my-account.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/my-account/my-account.component.ts b/src/app/my-account/my-account.component.ts index 4ea0bc5e7..a86c94332 100644 --- a/src/app/my-account/my-account.component.ts +++ b/src/app/my-account/my-account.component.ts @@ -25,7 +25,7 @@ export class MyAccountComponent implements OnDestroy, OnInit { registerSucessMessage: string | undefined; protected readonly faExclamationTriangle = faExclamationTriangle; - private savedCardsTimer: ReturnType; // https://stackoverflow.com/a/56239226 + private savedCardsTimer: undefined | ReturnType; // https://stackoverflow.com/a/56239226 constructor( private pageMeta: PageMetaService,