Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Oct 21, 2024
2 parents 7b4301f + 625a74b commit ee55943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/scripts/rewards/cirip/query-reverse-ens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export async function queryReverseEns(address: string) {

if (ensName === null) {
console.error("ENS lookup failed: API request failed");
return "";
return null;
}

// Store the ENS name in localStorage for future use
Expand Down

0 comments on commit ee55943

Please sign in to comment.