Pages/shows: reformat
This commit is contained in:
parent
e32f36d10f
commit
bd10e76379
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@ export class ShowsComponent {
|
||||||
this.shows.push(response.show)
|
this.shows.push(response.show)
|
||||||
}, error: (err: any) => {
|
}, error: (err: any) => {
|
||||||
console.error(`Error: ${err}`)
|
console.error(`Error: ${err}`)
|
||||||
}, complete: () => {}
|
}, complete: () => {
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue