chore: fix lint

This commit is contained in:
Vasco Santos 2021-02-12 16:14:13 +01:00 committed by Vasco Santos
parent 175e1661a7
commit 6a8b586003

View File

@ -175,6 +175,7 @@ function and () {
if (a === null) {
return true
}
return false
})
return a
@ -201,6 +202,7 @@ function or () {
out = res
return true
}
return false
})
return out