Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit a97d3d8

Browse files
author
vikasrohit
committed
SUP-1447, Peer review updates
Cherry picked changes for following commits into peer-review app Converted coffee syntax to javascript
1 parent 1828c28 commit a97d3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/services/helpers.service.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
if (q.comment.length > 0) {
130130
reviewItem.comments = [
131131
{
132-
content: '' + q.comment
133-
resourceId: review.resourceId
132+
content: '' + q.comment,
133+
resourceId: review.resourceId,
134134
commentTypeId: 1
135135
}
136136
];

0 commit comments

Comments
 (0)