Skip to content

Commit

Permalink
fix: controllo esitenza entity
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-amadio-acn committed Mar 15, 2023
1 parent ade5048 commit c337b2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controller/queueManagerController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ const manageEntitiesInErrorJobs = async () => {
dbWS
).retrieveById(inErrorEntities[0][i]["entity_id"]);

if (!entity) {
continue;
}

try {
await callPatch(
{
Expand Down

0 comments on commit c337b2d

Please sign in to comment.