Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
justraman committed Oct 12, 2023
1 parent f8ab769 commit 01d4870
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/mappings/util/marketplace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export async function fetchAccountsDetail(ids: string[]) {
const { data } = await axios.post<{ data: { result: AddressVerification[] } } | { errors: any }>(
`${config.marketplaceUrl}/graphql/internal`,
{
query: collectionsQuery,
query: addressesQuery,
variables: {
ids,
},
Expand Down Expand Up @@ -94,7 +94,7 @@ export async function fetchCollectionsExtra(ids: string[]) {
const { data } = await axios.post<{ data: { result: CollectionExtra[] } } | { errors: any }>(
`${config.marketplaceUrl}/graphql/internal`,
{
query: addressesQuery,
query: collectionsQuery,
variables: {
ids,
},
Expand Down

0 comments on commit 01d4870

Please sign in to comment.