We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca9e08 commit 516c8d4Copy full SHA for 516c8d4
1 file changed
index.js
@@ -140,7 +140,7 @@ function createFeathersConnector (options) {
140
141
var queryDescriptors = query
142
if (isFunction(queryDescriptors)) {
143
- queryDescriptors = query(props)
+ queryDescriptors = query(props, getStatus(props))
144
}
145
if (!isArray(queryDescriptors)) {
146
queryDescriptors = [queryDescriptors]
0 commit comments