mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
parent
68078271d9
commit
ef0cdd2a40
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ export class RequestRetryService extends ServiceHelpers {
|
|||
return this.http.get<IFailedRequestsViewModel[]>(this.url, {headers: this.headers});
|
||||
}
|
||||
public deleteFailedRequest(failedId: number): Observable<boolean> {
|
||||
return this.http.delete<boolean>(`${this.url}/${failedId}`, {headers: this.headers});
|
||||
return this.http.delete<boolean>(`${this.url}${failedId}`, {headers: this.headers});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue