Skip to content

Commit

Permalink
fix: #534
Browse files Browse the repository at this point in the history
  • Loading branch information
efstajas committed Jul 11, 2023
1 parent 4840aaf commit fbe3a66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/utils/github/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ async function getFundingJson(owner: string, repo: string, template: string): Pr
owner,
repo,
path: 'FUNDING.json',
request: {
cache: 'reload',
},
});

// eslint-disable-next-line @typescript-eslint/no-explicit-any
Expand Down

0 comments on commit fbe3a66

Please sign in to comment.