chore: made review changes

This commit is contained in:
ankitsridhar16
2023-01-19 16:21:05 +05:30
parent 2252048d2e
commit 86aa0251ab

View File

@@ -8,6 +8,12 @@ export const EMAIL_FAILED = 'email/failed' as const;
*/ */
export const AUTH_FAIL = 'auth/fail'; export const AUTH_FAIL = 'auth/fail';
/**
* Invalid JSON
* (Utils)
*/
export const JSON_INVALID = 'json_invalid';
/** /**
* Tried to delete an user data document from fb firestore but failed. * Tried to delete an user data document from fb firestore but failed.
* (FirebaseService) * (FirebaseService)
@@ -160,7 +166,7 @@ export const TEAM_ENVIRONMENT_NOT_TEAM_MEMBER =
* (UserEnvironmentsService) * (UserEnvironmentsService)
*/ */
export const USER_ENVIRONMENT_GLOBAL_ENV_DOES_NOT_EXISTS = export const USER_ENVIRONMENT_GLOBAL_ENV_DOES_NOT_EXISTS =
'user_environment/global_env_doesnt_exists' as const; 'user_environment/global_env_does_not_exists' as const;
/* /*
/** /**
@@ -176,7 +182,7 @@ export const USER_ENVIRONMENT_GLOBAL_ENV_EXISTS =
* (UserEnvironmentsService) * (UserEnvironmentsService)
*/ */
export const USER_ENVIRONMENT_ENV_DOES_NOT_EXISTS = export const USER_ENVIRONMENT_ENV_DOES_NOT_EXISTS =
'user_environment/user_env_doesnt_exists' as const; 'user_environment/user_env_does_not_exists' as const;
/* /*
/** /**