Skip to content

Commit

Permalink
[CodeFactor] Apply fixes to commit e910c2b
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
code-factor committed Sep 4, 2020
1 parent e910c2b commit 45e1162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ router.get('/upc/jsj/:type?', require('./routes/universities/upc/jsj'));
// 华北水利水电大学
router.get('/ncwu/notice', require('./routes/universities/ncwu/notice'));

//太原师范学院
// 太原师范学院
router.get('/tynu', require('./routes/universities/tynu/tynu'));

// 中北大学
Expand Down
2 changes: 1 addition & 1 deletion lib/routes/universities/tynu/tynu.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ module.exports = async (ctx) => {
})
.get(),
};
}
};

0 comments on commit 45e1162

Please sign in to comment.