Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Oct 13, 2023
1 parent b1d35a6 commit d07c2fb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ export const fetchUserAccounts = async (accounts: string[]): Promise<UserAccount

const [buddies_res, buddies_in_set_res, bal_res] = await Promise.all(requests)

console.log(buddies_res)
console.log(buddies_in_set_res)

const u: UserAccount = {
address: a,
active_vouchers: buddies_in_set_res[0],
Expand Down

0 comments on commit d07c2fb

Please sign in to comment.