fix: tired ;p
This commit is contained in:
parent
e08a4df0f3
commit
0983970f55
|
@ -31,7 +31,7 @@ module.exports = process.env.LATUS_LINTING
|
|||
(r, [name, config]) => ({
|
||||
...r,
|
||||
...(
|
||||
(0 === onlyBuilds.length || -1 === onlyBuilds.indexOf(name))
|
||||
(0 === onlyBuilds.length || -1 !== onlyBuilds.indexOf(name))
|
||||
? {[name]: config}
|
||||
: {}
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue
Block a user