c2-mongoose 2.1.67 → 2.1.68
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.
package/dist/flow/SearchFlow.js
CHANGED
|
@@ -121,7 +121,7 @@ var SearchFlow = /** @class */ (function () {
|
|
|
121
121
|
return;
|
|
122
122
|
}
|
|
123
123
|
if (Array.isArray(this.populate)) {
|
|
124
|
-
return
|
|
124
|
+
return this.buildPopulateArray();
|
|
125
125
|
}
|
|
126
126
|
var propertiesArray = this.populate.toString().split(',');
|
|
127
127
|
var populates = [];
|
package/package.json
CHANGED