mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-19 06:38:55 +08:00
chore(deps-dev): bump prettier from 1.19.1 to 2.0.2
This commit is contained in:
@@ -31,12 +31,7 @@ module.exports = async (ctx) => {
|
||||
let lowIndex = 0;
|
||||
|
||||
list.each((i, e) => {
|
||||
const current = parseInt(
|
||||
$(e)
|
||||
.find('.price')
|
||||
.text()
|
||||
.replace(/\D/g, '')
|
||||
);
|
||||
const current = parseInt($(e).find('.price').text().replace(/\D/g, ''));
|
||||
|
||||
if (current < lowest) {
|
||||
lowest = current;
|
||||
|
||||
Reference in New Issue
Block a user