- fix link bot for Test Envinroment

- If invite not exist, error message
This commit is contained in:
paoloar77
2022-02-09 19:47:40 +01:00
parent b702492ec4
commit b4ad353aef
25 changed files with 67 additions and 34 deletions

View File

@@ -44,7 +44,7 @@ export default {
console.info('SESSIONE IN SVILUPPO ! (DEV)')
// console.info(process.env)
}
if (tools.isTest()) {
if ( tools.isTest() && !process.env.DEV) {
console.info('SESSIONE IN TEST ! (TEST)')
} else {
if (process.env.PROD) {