Skip to content

Commit 9cb87b1

Browse files
committed
chore: remove maxAttempts=3 as this is the default value
1 parent 85c59be commit 9cb87b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/api/github/issues/[owner]/[repo].get.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export default defineCachedEventHandler(
2727

2828
try {
2929
const data = await fetchGitHubWithRetries<GitHubSearchResponse>(url, {
30-
maxAttempts: 3,
3130
timeout: 10000,
3231
})
3332

0 commit comments

Comments
 (0)