Skip to content
Prev Previous commit
Next Next commit
fix: lint
  • Loading branch information
javamonn committed May 15, 2017
commit 31b66926c5285739f95ceccdb1b48aaf5e05a5ff
2 changes: 1 addition & 1 deletion src/actions/query.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { forEach, size, isFunction } from 'lodash'
import { forEach, size } from 'lodash'
import { actionTypes } from '../constants'
import { promisesForPopulate } from '../utils/populate'
import {
Expand Down