Skip to content

Commit e3443e0

Browse files
author
Travis CI
committed
Travis CI - [ci skip] - automatic dist folder
1 parent 2097141 commit e3443e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/kuzzle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2123,7 +2123,7 @@ KuzzleDocument.prototype.publish = function (options) {
21232123

21242124
data.persist = false;
21252125

2126-
this.kuzzle.query(this.collection, 'write', 'create', data, options);
2126+
this.kuzzle.query(this.collection, 'write', 'publish', data, options);
21272127

21282128
return this;
21292129
};

0 commit comments

Comments
 (0)