From 8bbca3913d66787dcca3aa8232bfdc36005963d0 Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Mon, 4 Dec 2017 15:55:28 -0200 Subject: [PATCH] Update state.js --- app/sagas/state.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/sagas/state.js b/app/sagas/state.js index 5cde3ddab..58b9b7b92 100644 --- a/app/sagas/state.js +++ b/app/sagas/state.js @@ -1,6 +1,6 @@ -import { takeLatest, take, select } from 'redux-saga/effects'; +import { takeLatest, select } from 'redux-saga/effects'; import { FOREGROUND, BACKGROUND, INACTIVE } from 'redux-enhancer-react-native-appstate'; -import { LOGIN } from '../actions/actionsTypes'; + import RocketChat from '../lib/rocketchat'; const appHasComeBackToForeground = function* appHasComeBackToForeground() {