Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Aug 9, 2024
1 parent aa0eb6a commit 501391c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambdas/src/ports/the-graph-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ export async function createTheGraphClient(components: {
const maticWearablesPromise = getItemsByOwner('maticCollectionsSubgraph', owner, itemTypes)
const [ethereumWearables, maticWearables] = await Promise.all([ethereumWearablesPromise, maticWearablesPromise])

logger.debug('Matic response', { maticWearables: maticWearables.join(', ') })
return ethereumWearables.concat(maticWearables)
}

Expand Down

0 comments on commit 501391c

Please sign in to comment.