Skip to content

Commit

Permalink
update default app name
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Nov 15, 2024
1 parent 1c52b6c commit 8ca50e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/api/partners/[partnerId]/withdrawals/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const GET = withPartner(async ({ partner }) => {
platform: t.external_data?.platform,
fee:
t.transactions?.find(
(t) => t.type === "fee" && t.source_name !== "Acme, Inc.",
(t) => t.type === "fee" && t.source_name !== "Default App",
)?.amount || "0",
};
});
Expand Down

0 comments on commit 8ca50e4

Please sign in to comment.