This commit is contained in:
Guillermo Rauch 2016-10-04 21:02:39 -07:00
parent 689e73d3d8
commit d47aa4470a

View file

@ -2,7 +2,7 @@ import rpc from '../rpc';
import {INIT} from '../constants'; import {INIT} from '../constants';
export function init() { export function init() {
return (dispatch) => { return dispatch => {
dispatch({ dispatch({
type: INIT, type: INIT,
effect: () => { effect: () => {