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 { try {
const filter = { const filter = {
where: { where: {
zoneFk: id, zoneFk: id
shipped: {gte: today}
}, },
include: { include: {
relation: 'ticketState', relation: 'ticketState',