refactor: format

This commit is contained in:
DIYgod 2019-05-12 21:50:04 +08:00
parent 89c0a7ab77
commit 6e0669086a
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ module.exports = async (ctx) => {
if (
$(element)
.attr('href')
.indexOf('http://') != -1
.indexOf('http://') !== -1
) {
list.push(element);
}