ingeni-validation 1.1.13 → 1.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ingeni-validation.js +1 -1
- package/package.json +1 -1
package/ingeni-validation.js
CHANGED
|
@@ -429,7 +429,7 @@ async function isValidStopDetails(stop_details){
|
|
|
429
429
|
|
|
430
430
|
//allow this format only ("20.2849144,85.8078186")
|
|
431
431
|
|
|
432
|
-
function isValidCoordinates(location) {
|
|
432
|
+
async function isValidCoordinates(location) {
|
|
433
433
|
|
|
434
434
|
if (location === null || location === undefined) return false;
|
|
435
435
|
|