Skip to content

Commit 6012707

Browse files
committed
fix
1 parent 8492ac5 commit 6012707

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rest-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = CoreObject.extend({
4545
var version = this._uploadKey(keyPrefix, revisionKey);
4646

4747
var requestBody = {
48-
id: version,
48+
version,
4949
body: value,
5050
};
5151

0 commit comments

Comments
 (0)