Skip to content

Commit f1b25e6

Browse files
Update apps/dashboard/src/app/checkout/page.tsx
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: greg <[email protected]>
1 parent 4c54110 commit f1b25e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/dashboard/src/app/checkout/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ export default async function RoutesPage({
4646
throw new Error("A single tokenAddress parameter is required.");
4747
}
4848
if (!amount || Array.isArray(amount)) {
49-
throw new Error("An single amount parameter is required.");
49+
throw new Error("A single amount parameter is required.");
50+
5051
}
5152
if (Array.isArray(clientId)) {
5253
throw new Error("A single clientId parameter is required.");

0 commit comments

Comments
 (0)