Reformat code

This commit is contained in:
Toast 2025-02-04 14:17:19 +01:00
parent 4b10d3d056
commit 093180f5b2
17 changed files with 101 additions and 104 deletions

View file

@ -24,7 +24,7 @@ export class ShowsApiService {
}
getShow(id: string): Observable<ShowsApiIdResponse> {
return this.http.get<ShowsApiIdResponse>(this.showsEndpoint + "id/" + id )
return this.http.get<ShowsApiIdResponse>(this.showsEndpoint + "id/" + id)
}
sendShow(newShow: {}) {