We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c4832 commit 7a3dbf8Copy full SHA for 7a3dbf8
src/commerce/validate-string-argument.js
@@ -1,9 +1,7 @@
1
import Utils from '../utils'
2
-import Urls from '../urls'
3
-import Request from '../request'
4
5
export function validateStringArgument(label, value) {
6
if (!value || !Utils.isString(value)) {
7
- throw new Error(`${label} be provided and must be not an empty STRING!`)
+ throw new Error(`${label} must be provided and must be not an empty STRING!`)
8
}
9
src/geo/tracker-monitor/index.js
@@ -1,5 +1,4 @@
import Utils from '../../utils'
-import { deprecated } from '../../decorators'
import GeoTracker from './tracker'
import GeoFenceActions from './fence-actions'
0 commit comments