Update dependencies
This commit is contained in:
@@ -5,8 +5,8 @@ import { goToRootService } from './services';
|
||||
import { setAccessToken } from '../../utils/access-token-storage';
|
||||
import ActionTypes from '../../constants/ActionTypes';
|
||||
|
||||
export default function*() {
|
||||
const watcherTasks = yield all(watchers.map(watcher => fork(watcher)));
|
||||
export default function* () {
|
||||
const watcherTasks = yield all(watchers.map((watcher) => fork(watcher)));
|
||||
|
||||
const {
|
||||
payload: { accessToken },
|
||||
|
||||
Reference in New Issue
Block a user