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 85c59be commit 9cb87b1Copy full SHA for 9cb87b1
1 file changed
server/api/github/issues/[owner]/[repo].get.ts
@@ -27,7 +27,6 @@ export default defineCachedEventHandler(
27
28
try {
29
const data = await fetchGitHubWithRetries<GitHubSearchResponse>(url, {
30
- maxAttempts: 3,
31
timeout: 10000,
32
})
33
0 commit comments