We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ce83a commit 5426d69Copy full SHA for 5426d69
backendsrc/refreshRepoHandler.js
@@ -155,14 +155,14 @@ class RefreshRepoTask {
155
},
156
params: {
157
page: pageNum, per_page: this.perPageResults,
158
- sort: 'updated', state: 'all', type: 'issue'
+ sort: 'updated', state: 'all'
159
}
160
});
161
} else {
162
response = await axios.get(this.repoIssuesUrl, {
163
164
165
166
167
168
0 commit comments