fix: refs #7906 remove code
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-10-16 13:56:42 +02:00
parent a282170016
commit 3f3b936255
1 changed files with 0 additions and 2 deletions

View File

@ -50,14 +50,12 @@ module.exports = Self => {
}
}
};
const promises = [];
const ticketList = await models.Ticket.find(filter, myOptions);
if (ticketList.length > 0)
throw new UserError('There are tickets for this area, delete them first');
await Promise.all(promises);
await models.Zone.destroyById(id, myOptions);
if (tx) await tx.commit();