Skip to content

Commit c7d4ea1

Browse files
rashmi-rathidmgarland
authored andcommitted
Fix bug
1 parent 5e9a450 commit c7d4ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bitbucket_rest_api/issues/comments.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def edit(user_name, repo_name, comment_id, params={})
9494
filter! VALID_ISSUE_COMMENT_PARAM_NAME, params
9595
assert_required_keys(%w[ content ], params)
9696

97-
put_request("/1.0/repositories/#{user}/#{repo.downcase}/issues/comments/#{comment_id}")
97+
put_request("/1.0/repositories/#{user}/#{repo.downcase}/issues/comments/#{comment_id}", params)
9898
end
9999

100100
# Delete a comment

0 commit comments

Comments
 (0)