mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Fix formatting error
This commit is contained in:
parent
a23c1030f4
commit
7534a634c2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ export class RequestService extends ServiceHelpers {
|
|||
}
|
||||
|
||||
public requestTv(tv: ITvRequestViewModel): Observable<IRequestEngineResult> {
|
||||
return this.http.post<IRequestEngineResult>(`${this.url}TV/`, JSON.stringify(tv), { headers: this.headers });
|
||||
return this.http.post<IRequestEngineResult>(`${this.url}TV/`, JSON.stringify(tv), {headers: this.headers});
|
||||
}
|
||||
|
||||
public approveMovie(movie: IMovieUpdateModel): Observable<IRequestEngineResult> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue