Skip to content

Commit

Permalink
fix: paramter delete
Browse files Browse the repository at this point in the history
  • Loading branch information
pouu69 committed Nov 2, 2017
1 parent c382a03 commit 07f0ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/saga.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { take, call, put, fork } from 'redux-saga/effects'
import * as DustModule from './dust-saga';

function* fetchDust(action){
function* fetchDust(){
while(true){
try{
const action = yield take(DustModule.ActionTypes.REQUEST_FETCH_DUST);
Expand Down

0 comments on commit 07f0ffc

Please sign in to comment.