@availity/api-core
Advanced tools
Comparing version 2.4.6 to 2.4.7
{ | ||
"name": "@availity/api-core", | ||
"version": "2.4.6", | ||
"version": "2.4.7", | ||
"description": "Base API definitions for the Availity REST API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -125,3 +125,3 @@ import AvLocalStorage from '@availity/localstorage-core'; | ||
} else { | ||
location = response.headers.Location; | ||
location = response.headers.location || response.headers.Location; | ||
} | ||
@@ -128,0 +128,0 @@ |
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
28781