Skip to content

Commit f7c2b2d

Browse files
updated default source
Signed-off-by: NeelParihar <[email protected]>
1 parent eebfd91 commit f7c2b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/query/woqlQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ WOQLQuery.prototype.remote = function(uri, opts) {
448448
return this
449449
}
450450

451-
WOQLQuery.prototype.post = function(fpath, opts, source = 'file') {
451+
WOQLQuery.prototype.post = function(fpath, opts, source = 'post') {
452452
//if (fpath && fpath == 'args') return ['file', 'format']
453453
if (this.cursor['@type']) this.wrapCursorWithAnd()
454454
this.cursor['@type'] = 'QueryResource'

0 commit comments

Comments
 (0)