Skip to content

Commit

Permalink
Merge pull request #153 from openBackhaul:schiavi-siae/issue152
Browse files Browse the repository at this point in the history
Fix ElasticSerch error when mountName-list is not present
  • Loading branch information
schiavi-siae authored Nov 28, 2023
2 parents 94ac236 + 62bb3d0 commit 4e617ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/service/IndividualServicesService.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const RequestForListOfConnectedEquipmentFromElasticSearch = async function () {
}

} catch (error) {
reject(error);
resolve(null);
}

});
Expand Down

0 comments on commit 4e617ae

Please sign in to comment.