Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
getUrl: function(product: any) {
if (product === null) {
return null;
}
return product.contents['download/cont_pgv.json']
? product.contents['download/cont_pgv.json'].url
: null;
},getUrl: function(product: any) {
if (product === null) {
return null;
}
return product.contents['download/cont_pgv.json']
? product.contents['download/cont_pgv.json'].url
: null;
},