refs #6028 hotFix : getByWorker days to show #1949

Merged
sergiodt merged 2 commits from 6028_hotFix_getRoutes into master 2024-01-24 19:26:16 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit fc53e98bb5 - Show all commits

View File

@ -1,3 +1,5 @@
const {ConsoleMessage} = require('puppeteer');
sergiodt marked this conversation as resolved Outdated

on es gasta?

on es gasta?
const mergeFilters = require('vn-loopback/util/filter').mergeFilters;
module.exports = Self => {
@ -40,7 +42,7 @@ module.exports = Self => {
currentDate.setHours(0, 0, 0, 0);
const nextDay = Date.vnNew();
nextDay.setDate(currentDate.getDate() + 1);
nextDay.setHours(0, 0, 0, 0);
const filter = {
where: {
and: [