Skip to content
Snippets Groups Projects
Commit 6e60c531 authored by Hagen Dreßler's avatar Hagen Dreßler
Browse files

Edit service comment

parent 6db4ebd1
No related merge requests found
......@@ -43,7 +43,7 @@ export class CommentService extends ErrorHandlingService {
updateComment(comment: Comment): Observable<any> {
return this.http.put(this.commentsUrl, comment, httpOptions).pipe(
tap(_ => ''),
catchError(this.handleError<any>('updateComments'))
catchError(this.handleError<any>('updateComment'))
);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment