We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebfd91 commit f7c2b2dCopy full SHA for f7c2b2d
lib/query/woqlQuery.js
@@ -448,7 +448,7 @@ WOQLQuery.prototype.remote = function(uri, opts) {
448
return this
449
}
450
451
-WOQLQuery.prototype.post = function(fpath, opts, source = 'file') {
+WOQLQuery.prototype.post = function(fpath, opts, source = 'post') {
452
//if (fpath && fpath == 'args') return ['file', 'format']
453
if (this.cursor['@type']) this.wrapCursorWithAnd()
454
this.cursor['@type'] = 'QueryResource'
0 commit comments