Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
codehans committed Nov 14, 2023
1 parent aa2696d commit 3a8c81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/ghost/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const getApy = async () => {
);
const contracts = await res.json();
const vaultContracts = contracts['kaiyo-1'].ghostVault;
const data = await Promise.all(
return await Promise.all(
vaultContracts.map(async (contract) => {
const { data } = await utils.getData(
`https://rest.cosmos.directory/kujira/cosmwasm/wasm/v1/contract/${contract.address}/smart/eyJzdGF0dXMiOnt9fQ==`
Expand Down

0 comments on commit 3a8c81c

Please sign in to comment.