Skip to content

Commit 7f1a2dd

Browse files
committed
PB-2064: cleanup lint
1 parent c0d3dd9 commit 7f1a2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/layers/src/utils/layerUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { CoordinateSystem } from '@swissgeo/coordinates'
22

33
import { servicesBaseUrl } from '@swissgeo/staging-config'
4-
import { cloneDeep, merge, omit, over } from 'lodash'
4+
import { cloneDeep, merge, omit } from 'lodash'
55
import { v4 as uuidv4 } from 'uuid'
66

77
import { DEFAULT_GEOADMIN_MAX_WMTS_RESOLUTION } from '@/config'

0 commit comments

Comments
 (0)