()
| 1591 | const getProduct = function () { if (isOzaria) { return OZARIA } else { return CODECOMBAT } } |
| 1592 | |
| 1593 | const getProductName = () => $.i18n.t('new_home.' + getProduct()) |
| 1594 | |
| 1595 | const supportEmail = `support@${getProduct()}.com` |
| 1596 |
nothing calls this directly
no test coverage detected