Skip to content

Commit

Permalink
All actions now propogating beyond dataservice
Browse files Browse the repository at this point in the history
  • Loading branch information
sohamkamani committed May 27, 2016
1 parent d94cdce commit f7bbe54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/data-service.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import request from 'superagent'

const dataService = store => next => action => {
next(action)
switch (action.type) {
case 'GET_TODO_DATA':
request
Expand Down

0 comments on commit f7bbe54

Please sign in to comment.