Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Oct 7, 2024
1 parent e20cea0 commit f7a9072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/api/getGoldenTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const getGoldenTokens = async (
goldenTokenAddress: string,
network: Network
) => {
const recursiveFetch = async (
const recursiveFetch: any = async (
goldenTokens: any[],
nextPageKey: string | null
) => {
Expand Down

0 comments on commit f7a9072

Please sign in to comment.