From a3b555c90ee551559f85f2c9948186838d7d3401 Mon Sep 17 00:00:00 2001 From: Vishnu Date: Tue, 19 Apr 2022 00:10:29 +0530 Subject: [PATCH] Enable bulk creation-time fix for a specific customer --- src/constants/user/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/user/index.ts b/src/constants/user/index.ts index 38e333557..ebed3e96b 100644 --- a/src/constants/user/index.ts +++ b/src/constants/user/index.ts @@ -1,3 +1,3 @@ export const FIX_CREATION_TIME_VISIBLE_TO_USER_IDS = [ - 1, 125, 243, 341, 1580559962387273, + 1, 125, 243, 341, 1580559962387273, 1580559962388564, ];