Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 3, 2017
1 parent d8e9f22 commit cf37e9a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/models/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default {
state: {
list: [],
loading: false,
cursor: 0,
},

effects: {
Expand Down Expand Up @@ -40,11 +39,5 @@ export default {
loading: action.payload,
};
},
updateCursor(state, action) {
return {
...state,
loading: action.payload,
};
},
},
};

0 comments on commit cf37e9a

Please sign in to comment.