Skip to content

Commit 7a3dbf8

Browse files
committed
- fix ESLint warnings
1 parent 93c4832 commit 7a3dbf8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import Utils from '../utils'
2-
import Urls from '../urls'
3-
import Request from '../request'
42

53
export function validateStringArgument(label, value) {
64
if (!value || !Utils.isString(value)) {
7-
throw new Error(`${label} be provided and must be not an empty STRING!`)
5+
throw new Error(`${label} must be provided and must be not an empty STRING!`)
86
}
97
}

src/geo/tracker-monitor/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import Utils from '../../utils'
2-
import { deprecated } from '../../decorators'
32

43
import GeoTracker from './tracker'
54
import GeoFenceActions from './fence-actions'

0 commit comments

Comments
 (0)