Skip to content

Commit

Permalink
Update claimer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
martillansky authored Oct 28, 2024
1 parent d28f57d commit 08b3442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/claimer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ export const getClaimerData = cache(async (id: Address) => {
{} as Record<SupportedChainId, ClaimerQuery>,
);

//sanitizeRegistration(out);
sanitizeRegistration(out);
return await sanitizeClaimerData(out, id);
});

0 comments on commit 08b3442

Please sign in to comment.