Skip to content

Commit

Permalink
Release 1.0.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Mar 7, 2018
1 parent 6540a22 commit 297ca7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es5/client.js
Expand Up @@ -491,7 +491,7 @@ var Client = function () {
key: 'changeMessageVisibility',
value: function changeMessageVisibility(queueName, receiptHandle, visibilityTimeout) {
var url = `/queues/${queueName}/messages?` + `receiptHandle=${receiptHandle}&visibilityTimeout=${visibilityTimeout}`;
return this.put(url, 'ChangeVisibility');
return this.put(url, 'ChangeVisibility', '');
}

// Topic
Expand Down

0 comments on commit 297ca7e

Please sign in to comment.