From c974345e81ac2d7ed88fe345574b632d206e4d01 Mon Sep 17 00:00:00 2001 From: GOVINDDIXIT Date: Wed, 29 Jul 2020 18:29:36 +0530 Subject: [PATCH] fix lint issues --- app/sagas/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sagas/init.js b/app/sagas/init.js index f7135b0c7..ff8f2105e 100644 --- a/app/sagas/init.js +++ b/app/sagas/init.js @@ -48,7 +48,7 @@ const restore = function* restore() { if (isIOS) { token = servers[0][TOKEN]; } - if(isOfficialBuild) { + if (isOfficialBuild) { token = servers[0][USER_ID].length > servers[0][TOKEN].length ? servers[0][USER_ID] : servers[0][TOKEN]; } }