@infrab4a/connect-angular 5.3.1-beta.6 → 5.3.1-beta.7

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.
@@ -2998,7 +2998,7 @@ class OrderProductReviewService {
2998
2998
  status: OrderStatus.ENTREGUE,
2999
2999
  createdAt: {
3000
3000
  operator: Where.GTE,
3001
- value: new Date(2024, 0, 0, 0, 0, 0),
3001
+ value: new Date(2024, 0, 0, 0, 0, 0).getTime(),
3002
3002
  },
3003
3003
  },
3004
3004
  orderBy: {