fix: fix deleteZone
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-11-20 11:09:15 +01:00
parent b29053e850
commit be311c0557
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ module.exports = Self => {
try {
const filter = {
where: {
zoneFk: id,
shipped: {gte: today}
zoneFk: id
},
include: {
relation: 'ticketState',