Skip to content

Commit

Permalink
fix($apt-github-v3): support closed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 23, 2019
1 parent a9745bd commit ea7c1c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@vssue/api-github-v3/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ export default class GithubV3 implements VssueAPI.Instance {
labels: this.labels.join(','),
sort: 'created',
direction: 'asc',
state: 'all',
// to avoid caching
timestamp: Date.now(),
}
Expand Down

0 comments on commit ea7c1c0

Please sign in to comment.