Skip to content

Commit

Permalink
temp/threadpostcomment now returns isOwner property
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Webster committed Oct 12, 2023
1 parent f5bcb0a commit 41f1d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/Temp.js
Original file line number Diff line number Diff line change
Expand Up @@ -3531,6 +3531,7 @@ class TempController {
console.log("SUCCESS1")
commentForPost.commentId = String(commentForPost.commentId)
commentForPost.commenterId = String(commentForPost.commenterId)
commentForPost.isOwner = true;
return resolve(HTTPWTHandler.OK('Comment upload successful', commentForPost))
})
.catch(err => {
Expand Down

0 comments on commit 41f1d5d

Please sign in to comment.