fix lint issues

This commit is contained in:
GOVINDDIXIT 2020-07-29 18:29:36 +05:30
parent 10b9cefc7e
commit c974345e81
1 changed files with 1 additions and 1 deletions

View File

@ -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];
}
}