Skip to content

Commit

Permalink
Changed delay import var to const
Browse files Browse the repository at this point in the history
  • Loading branch information
klis87 committed Dec 10, 2018
1 parent 75567f5 commit 7281c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/redux-saga-requests/src/sagas.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
} from './constants';

/* eslint-disable */
let delay =
const delay =
require('redux-saga').delay || require('@redux-saga/delay-p').default;
/* eslint-enable */

Expand Down

0 comments on commit 7281c4d

Please sign in to comment.