Fix build error
This commit is contained in:
parent
b221880808
commit
7f678ca886
@ -23,7 +23,7 @@ export class AutoActionsService {
|
||||
}
|
||||
|
||||
removeAction(action: AutoAction): Observable<ApiResponse> {
|
||||
return this.http.delete('api/autoactions/' + action.id, action)
|
||||
return this.http.delete('api/autoactions/' + action.id)
|
||||
.map(this.toApiResponse)
|
||||
.catch(this.errorHandler);
|
||||
}
|
||||
|
Reference in New Issue
Block a user