Skip to content

Commit

Permalink
fixup! feat: add internal addresses
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza Mahjoubi <[email protected]>
  • Loading branch information
hamza221 committed Jul 20, 2024
1 parent 11dcbb6 commit 4267cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/InternalAddressService.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export async function isInternal(address) {
address,
})
const response = await axios.get(url)
return response.data.isInternal
return response.data.data.isInternal
}

export async function fetchInternalAdresses() {
Expand Down

0 comments on commit 4267cf0

Please sign in to comment.