We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2889cd commit 109abcfCopy full SHA for 109abcf
docs/app/(home)/components/use-cases-server.tsx
@@ -52,7 +52,7 @@ async function callAPI(endpoint) {
52
}
53
54
// Customize max retries
55
-chargeCard.maxRetries = 5;`,
+callAPI.maxRetries = 5;`,
56
},
57
{
58
id: 'sleep',
0 commit comments