TP-12345 | Fix

This commit is contained in:
yashmantri
2023-09-12 21:34:15 +05:30
parent b64aabf42e
commit ee773533aa

View File

@@ -454,5 +454,5 @@ export const getEnvName = () => {
if (url.includes('dev')) return 'Dev';
else if (url.includes('qa')) return 'QA';
else return 'Prod';
return 'Prod';
};