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: () => { + } }) } )