Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
htysc committed Dec 12, 2023
1 parent 7e95694 commit a8ae89c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/services/partnerNetwork/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ async function updateOrganizationGenericAssets(organizationGenericId, partnerDat

for (assetIndex in assets) {
const assetGeneric = assets[assetIndex];
console.log(assetGeneric.idInPartnerDeployment)
console.log(assetData.id)
if (assetGeneric.idInPartnerDeployment == assetData.id) {
await (await updateSingleGenericHelper(assetGeneric._id, asset, assetType)).save();
assets.splice(assetIndex, 1);
Expand Down

0 comments on commit a8ae89c

Please sign in to comment.