Skip to content

Commit

Permalink
fix: repair build by fixing typescript bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann committed Oct 16, 2023
1 parent 482edfb commit b4c51e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const getNFTsFromStakeAddress = async (stakeAddress: string) => {
}

if (typeof nftFetchResponse === 'undefined') {
return { stake_address: stakeAddress, asset_list: [] };
return [];
}

return (
Expand Down

0 comments on commit b4c51e8

Please sign in to comment.