Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Apr 11, 2019
1 parent 8e0fbbd commit 908508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/utils/AnnotationsUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const LocaleUtils = require('./LocaleUtils');
const {extraMarkers} = require('./MarkerUtils');
const {geometryFunctions, fetchStyle, hashAndStringify} = require('./VectorStyleUtils');
const {set} = require('./ImmutableUtils');
const {values, isNil, slice, head, castArray, last, isArray, findIndex, isString, trim} = require('lodash');
const {values, isNil, slice, head, castArray, last, isArray, findIndex, isString} = require('lodash');
const uuid = require('uuid');
const turfCenter = require('@turf/center').default;
const assign = require('object-assign');
Expand Down

0 comments on commit 908508d

Please sign in to comment.