Skip to content

Commit

Permalink
#658 Error when saving comments
Browse files Browse the repository at this point in the history
  • Loading branch information
schoicsiro committed Sep 21, 2023
1 parent f3fb553 commit 3d334b2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ profileEditor.controller('CommentController', function (profileService, util, co
messageService.success("Comment successfully saved.");

var comment = null;

if (self.currentComment.uuid) {
comment = find(path);
comment.text = self.currentComment.text;
Expand Down

0 comments on commit 3d334b2

Please sign in to comment.