@tride/grab-handler
Advanced tools
Comparing version 0.4.1 to 0.4.2
const { create } = require("axios"); | ||
const ms = require("ms"); | ||
const ARBITRARY_STR = "ARBITRARY"; | ||
const ARBITRARY_STR = "TRIDE"; | ||
@@ -105,3 +105,3 @@ const SERVICES = { | ||
details: { | ||
address: ARBITRARY_STR, | ||
address: start.name || ARBITRARY_STR, | ||
keywords: ARBITRARY_STR | ||
@@ -116,3 +116,3 @@ }, | ||
details: { | ||
address: ARBITRARY_STR, | ||
address: end.name || ARBITRARY_STR, | ||
keywords: ARBITRARY_STR | ||
@@ -119,0 +119,0 @@ }, |
{ | ||
"name": "@tride/grab-handler", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:trride/grab-handler.git", |
@@ -34,3 +34,3 @@ import test from "ava"; | ||
// t.is(typeof exampleToken, "object"); | ||
const data = await getMotorBikePrice( | ||
const data = await getEstimate( | ||
{ lat: -7.2266182, long: 106.8073293 }, | ||
@@ -37,0 +37,0 @@ { lat: -6.2266182, long: 106.8073293 } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117096