Skip to content

Commit

Permalink
update app.js to look up this year's PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfika authored Oct 3, 2018
1 parent fc558ee commit 19f88e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class App extends Component {

const queryParams = {
type: 'pr', // filter results to pull requests,
q: `is:pr author:${this.state.username} is:public created:2017-10-01..2017-10-31 sort:created-desc`
q: `is:pr author:${this.state.username} is:public created:2018-10-01..2018-10-31 sort:created-desc`
};

fetch(`${API_URL}?${queryString.stringify(queryParams)}`, {cache: 'default'})
Expand Down

0 comments on commit 19f88e7

Please sign in to comment.