Skip to content

Commit f054ccf

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

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
@@ -1453,7 +1453,7 @@ KuzzleDataCollection.prototype.publishMessage = function (document, options) {
14531453

14541454
data.persist = false;
14551455
data = this.kuzzle.addHeaders(data, this.headers);
1456-
this.kuzzle.query(this.collection, 'write', 'create', data, options);
1456+
this.kuzzle.query(this.collection, 'write', 'publish', data, options);
14571457

14581458
return this;
14591459
};

0 commit comments

Comments
 (0)