Return null if CPE is not defined

main
Elbert Alias 4 years ago
parent 5897fe256a
commit ae1b9d4b1a

@ -247,8 +247,8 @@ const Wappalyzer = {
name: value
})),
icon: icon || 'default.svg',
website: website || '',
cpe
website: website || null,
cpe: cpe || null
})
return technologies

Loading…
Cancel
Save