diff --git a/src/constants/user/index.ts b/src/constants/user/index.ts new file mode 100644 index 000000000..12221f4e6 --- /dev/null +++ b/src/constants/user/index.ts @@ -0,0 +1 @@ +export const FIX_CREATION_TIME_VISIBLE_TO_USER_IDS = [1, 125, 243, 341]; diff --git a/src/services/userService.ts b/src/services/userService.ts index 94a5b2851..5cdd08ca1 100644 --- a/src/services/userService.ts +++ b/src/services/userService.ts @@ -22,8 +22,6 @@ const ENDPOINT = getEndpoint(); const HAS_SET_KEYS = 'hasSetKeys'; -export const FIX_CREATION_TIME_VISIBLE_TO_USER_IDS = [1, 125, 243, 341]; - export const getOtt = (email: string) => HTTPService.get(`${ENDPOINT}/users/ott`, { email,