Remove console.log for user
This commit is contained in:
@@ -1106,8 +1106,6 @@ export const getWalletBalanceImpl = async (
|
|||||||
throw new Error(`User not found for wallet address: ${address}`);
|
throw new Error(`User not found for wallet address: ${address}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('User:', user);
|
|
||||||
|
|
||||||
// Find the embedded wallet for this address
|
// Find the embedded wallet for this address
|
||||||
const embeddedWallet = user.linked_accounts.find(
|
const embeddedWallet = user.linked_accounts.find(
|
||||||
(account: any) =>
|
(account: any) =>
|
||||||
|
|||||||
Reference in New Issue
Block a user