moved user constants to constants/user

This commit is contained in:
Abhinav 2022-01-04 16:57:57 +05:30
parent 5a84003388
commit eddfbed37c
2 changed files with 1 additions and 2 deletions

View file

@ -0,0 +1 @@
export const FIX_CREATION_TIME_VISIBLE_TO_USER_IDS = [1, 125, 243, 341];

View file

@ -22,8 +22,6 @@ const ENDPOINT = getEndpoint();
const HAS_SET_KEYS = 'hasSetKeys'; const HAS_SET_KEYS = 'hasSetKeys';
export const FIX_CREATION_TIME_VISIBLE_TO_USER_IDS = [1, 125, 243, 341];
export const getOtt = (email: string) => export const getOtt = (email: string) =>
HTTPService.get(`${ENDPOINT}/users/ott`, { HTTPService.get(`${ENDPOINT}/users/ott`, {
email, email,