Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aman68695613 committed Dec 24, 2024
1 parent 65bbb1f commit 685b6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user-app/app/(dashboard)/transfer/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function getOnRampTransactions() {
userId: Number(session?.user?.id)
}
});
return txns.map(t => ({
return txns.map((t:any) => ({
time: t.startTime,
amount: t.amount,
status: t.status,
Expand Down

0 comments on commit 685b6e8

Please sign in to comment.