@merkl/api 0.10.175 → 0.10.176

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -101,7 +101,6 @@ export class OpportunityRepository {
101
101
  },
102
102
  where: { id },
103
103
  });
104
- console.debug(b);
105
104
  return b;
106
105
  }
107
106
  static async findManyWithCampaigns(filters) {
@@ -26,9 +26,7 @@ export class ClammPositionFetcher {
26
26
  };
27
27
  }
28
28
  }
29
- console.log(poolsByAmm);
30
29
  const clammPositions = await getClammUserPositions(user, chainId, poolsByAmm, false);
31
- console.log(clammPositions);
32
30
  const result = [];
33
31
  for (const opportunity of opportunities) {
34
32
  const campaign = CampaignService.formatAsCampaignParameters(opportunity.campaigns[0]);