From 6e60c5318b4371e928df54d6cac0e8e713c73d33 Mon Sep 17 00:00:00 2001
From: Hagen <hagen.dressler@mni.thm.de>
Date: Mon, 12 Mar 2018 14:03:24 +0100
Subject: [PATCH] Edit service comment

---
 src/app/comment.service.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/comment.service.ts b/src/app/comment.service.ts
index 7875906e3..c9a47dc0c 100644
--- a/src/app/comment.service.ts
+++ b/src/app/comment.service.ts
@@ -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'))
     );
   }
 }
-- 
GitLab