oops
This commit is contained in:
parent
5541acee88
commit
91a60c1ec2
@ -61,7 +61,7 @@ function setup() {
|
||||
|
||||
rl.question(q, apiCors => {
|
||||
let answCors = apiCors.toLowerCase().trim();
|
||||
if (answCors !== 'y' || answCors !== 'yes') ob['cors'] = '0'
|
||||
if (answCors !== "y" && answCors !== "yes") ob['cors'] = '0'
|
||||
final()
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user