diff --git a/ui/src/app/api/getGoldenTokens.ts b/ui/src/app/api/getGoldenTokens.ts index d4eaea1a8..25ab7dc3f 100644 --- a/ui/src/app/api/getGoldenTokens.ts +++ b/ui/src/app/api/getGoldenTokens.ts @@ -6,7 +6,7 @@ export const getGoldenTokens = async ( goldenTokenAddress: string, network: Network ) => { - const recursiveFetch = async ( + const recursiveFetch: any = async ( goldenTokens: any[], nextPageKey: string | null ) => {