c2-mongoose 2.1.318 → 2.1.319
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.
|
@@ -240,7 +240,6 @@ var SearcherFlow = /** @class */ (function () {
|
|
|
240
240
|
var fieldName = key.replace('Range', '');
|
|
241
241
|
var values = value;
|
|
242
242
|
if ((0, Utils_1.isNotEmpty)(values[0])) {
|
|
243
|
-
var momentValue = (0, moment_1.default)(values[0]);
|
|
244
243
|
condition[fieldName] = __assign(__assign({}, condition[fieldName]), { $gte: values[0] });
|
|
245
244
|
}
|
|
246
245
|
if ((0, Utils_1.isNotEmpty)(values[1])) {
|
package/package.json
CHANGED
package/src/flow/SearcherFlow.ts
CHANGED