Skip to content

Commit

Permalink
Merge pull request #6257 from decentraland/release/release20241112
Browse files Browse the repository at this point in the history
Release: 20241112
  • Loading branch information
Ludmilafantaniella authored Nov 12, 2024
2 parents ced5032 + 6f68798 commit 9b4bdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-interface/packages/lib/web3/fetchOwnedENS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type GraphResponse = {
export async function fetchOwnedENS(theGraphBaseUrl: string, ethAddress: string): Promise<string[]> {
const query = `
query GetNameByBeneficiary($beneficiary: String) {
nfts(where: { owner: $beneficiary, category: ens }) {
nfts(where: { owner_: {address: $beneficiary}, category: ens }) {
ens {
labelHash
beneficiary
Expand Down

0 comments on commit 9b4bdea

Please sign in to comment.