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 name: value
})), })),
icon: icon || 'default.svg', icon: icon || 'default.svg',
website: website || '', website: website || null,
cpe cpe: cpe || null
}) })
return technologies return technologies

Loading…
Cancel
Save