stockshark-util
Advanced tools
Comparing version 1.0.435 to 1.0.436
{ | ||
"name": "stockshark-util", | ||
"version": "1.0.435", | ||
"version": "1.0.436", | ||
"description": "util", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -279,3 +279,3 @@ const time = require("./time") | ||
getRegularTimes(rInterval) { | ||
return regularization[rInterval] | ||
return regularization[rInterval.toUpperCase()] | ||
} | ||
@@ -282,0 +282,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
135993