Pages/shows: reformat

This commit is contained in:
Toast 2025-02-04 14:13:56 +01:00
parent e32f36d10f
commit bd10e76379

View file

@ -54,7 +54,8 @@ export class ShowsComponent {
this.shows.push(response.show)
}, error: (err: any) => {
console.error(`Error: ${err}`)
}, complete: () => {}
}, complete: () => {
}
})
}
)