Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr authored Oct 7, 2016
1 parent 480ed1d commit 92c54c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function useReact(createServer) {
let reduxSagas;

if (HAS_REDUX_SAGA) {
reduxSagas = require(REDUX_SAGAS).default;
reduxSagas = require(REDUX_SAGAS).default; // eslint-disable-line
}

return useReactLib(createServer, {
Expand Down

0 comments on commit 92c54c9

Please sign in to comment.