wappsto-redux
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "wappsto-redux", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ export function isUUID(data){ | ||
let service, parent, id; | ||
let split = url.split("/"); | ||
let split = url.split("?")[0].split("/"); | ||
if(isUUID(split[split.length - 1 - skip])){ | ||
@@ -15,0 +15,0 @@ id = split[split.length - 1 - skip]; |
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
44062