Skip to content

Commit efbe0ed

Browse files
committed
optimized the page passing varaible
1 parent 351923c commit efbe0ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

controllers/pullRequestsController.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ const getStalePRs = async (req, res) => {
107107
*/
108108
const getOpenPRs = async (req, res) => {
109109
try {
110-
111110
const { data } = await githubService.fetchOpenPRs((req.query.page) || 1)
112111

113112
if (data.total_count) {

0 commit comments

Comments
 (0)