Skip to content

Commit 9b4bdea

Browse files
Merge pull request #6257 from decentraland/release/release20241112
Release: 20241112
2 parents ced5032 + 6f68798 commit 9b4bdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-interface/packages/lib/web3/fetchOwnedENS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type GraphResponse = {
1111
export async function fetchOwnedENS(theGraphBaseUrl: string, ethAddress: string): Promise<string[]> {
1212
const query = `
1313
query GetNameByBeneficiary($beneficiary: String) {
14-
nfts(where: { owner: $beneficiary, category: ens }) {
14+
nfts(where: { owner_: {address: $beneficiary}, category: ens }) {
1515
ens {
1616
labelHash
1717
beneficiary

0 commit comments

Comments
 (0)