From bd10e7637965afd36c0fa5da7a8789d361812f0b Mon Sep 17 00:00:00 2001 From: Toast Date: Tue, 4 Feb 2025 14:13:56 +0100 Subject: [PATCH] Pages/shows: reformat --- src/pages/shows/shows.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/shows/shows.component.ts b/src/pages/shows/shows.component.ts index 9150744..1359f61 100644 --- a/src/pages/shows/shows.component.ts +++ b/src/pages/shows/shows.component.ts @@ -54,7 +54,8 @@ export class ShowsComponent { this.shows.push(response.show) }, error: (err: any) => { console.error(`Error: ${err}`) - }, complete: () => {} + }, complete: () => { + } }) } )