mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-17 22:00:00 +00:00
oops
This commit is contained in:
parent
5541acee88
commit
91a60c1ec2
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function setup() {
|
||||||
|
|
||||||
rl.question(q, apiCors => {
|
rl.question(q, apiCors => {
|
||||||
let answCors = apiCors.toLowerCase().trim();
|
let answCors = apiCors.toLowerCase().trim();
|
||||||
if (answCors !== 'y' || answCors !== 'yes') ob['cors'] = '0'
|
if (answCors !== "y" && answCors !== "yes") ob['cors'] = '0'
|
||||||
final()
|
final()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue