Skip to content

Commit

Permalink
fix(tasks): bump patreon page count
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Nov 5, 2024
1 parent 3104a54 commit 775e0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/tasks/src/jobs/refreshPatrons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default class RefreshPatrons extends TaskJob {
include: 'currently_entitled_tiers,user',
'fields[member]': 'full_name,currently_entitled_amount_cents,patron_status,email',
'fields[user]': 'social_connections',
'page[count]': '500',
...(cursor ? { 'page[cursor]': cursor } : {})
});
const response = await axios.get(`https://www.patreon.com/api/oauth2/v2/campaigns/${patreonConfig.campaignId}/members?${query}`, {
Expand Down

0 comments on commit 775e0b7

Please sign in to comment.