Skip to content

Commit

Permalink
Fix ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Oct 11, 2022
1 parent 0e5a9d2 commit d6ce5e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/create-next-app/create-app.ts
Expand Up @@ -145,6 +145,7 @@ export async function createApp({
)
console.log()
await retry(() => downloadAndExtractRepo(root, repoInfo2), {
// @ts-expect-error TODO-APP: somehow the type is wrong
retries: 3,
})
} else {
Expand All @@ -155,6 +156,7 @@ export async function createApp({
)
console.log()
await retry(() => downloadAndExtractExample(root, example), {
// @ts-expect-error TODO-APP: somehow the type is wrong
retries: 3,
})
}
Expand Down

0 comments on commit d6ce5e3

Please sign in to comment.