@infrab4a/connect 4.0.0-beta.41 → 4.0.0-beta.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1873,7 +1873,7 @@ const withFindFirestore = (MixinBase) => {
1873
1873
  ], []);
1874
1874
  this.buildWhereSentence = (fieldName, options) => {
1875
1875
  if (this.isSubCollection(this) && fieldName === this.parentIdField)
1876
- [];
1876
+ return [];
1877
1877
  const value = options?.value || options;
1878
1878
  const object = {};
1879
1879
  set(object, fieldName, value);