Skip to content

Commit

Permalink
Update patreon.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed May 20, 2020
1 parent 039b521 commit df4770c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/services/patreon.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ module.exports = {
let resp = await this.http.get({
url: '/campaigns/2394538/pledges',
qs: {
include: 'patron.null'
include: 'patron.null',
'page[count]': 1000
},
json: true
})
Expand Down

0 comments on commit df4770c

Please sign in to comment.