refactor: format
This commit is contained in:
parent
89c0a7ab77
commit
6e0669086a
|
|
@ -50,7 +50,7 @@ module.exports = async (ctx) => {
|
|||
if (
|
||||
$(element)
|
||||
.attr('href')
|
||||
.indexOf('http://') != -1
|
||||
.indexOf('http://') !== -1
|
||||
) {
|
||||
list.push(element);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue