Skip to content

Commit

Permalink
fix(polar): Update endpoint URL
Browse files Browse the repository at this point in the history
  • Loading branch information
birkjernstrom committed Jul 1, 2024
1 parent 3ab9647 commit 4911173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/polar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function fetchPolarSponsors(token: string, organization?: string):
throw new Error('Polar organization is required')

const apiFetch = ofetch.create({
baseURL: 'https://api.polar.sh/api/v1',
baseURL: 'https://api.polar.sh/v1',
headers: { Authorization: `Bearer ${token}` },
})

Expand Down

0 comments on commit 4911173

Please sign in to comment.