Skip to content

Commit 5426d69

Browse files
Fixed bug
1 parent f7ce83a commit 5426d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backendsrc/refreshRepoHandler.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,14 @@ class RefreshRepoTask {
155155
},
156156
params: {
157157
page: pageNum, per_page: this.perPageResults,
158-
sort: 'updated', state: 'all', type: 'issue'
158+
sort: 'updated', state: 'all'
159159
}
160160
});
161161
} else {
162162
response = await axios.get(this.repoIssuesUrl, {
163163
params: {
164164
page: pageNum, per_page: this.perPageResults,
165-
sort: 'updated', state: 'all', type: 'issue'
165+
sort: 'updated', state: 'all'
166166
}
167167
});
168168
}

0 commit comments

Comments
 (0)