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}`);
|
||||
}
|
||||
|
||||
console.log('User:', user);
|
||||
|
||||
// Find the embedded wallet for this address
|
||||
const embeddedWallet = user.linked_accounts.find(
|
||||
(account: any) =>
|
||||
|
||||
Reference in New Issue
Block a user