deep-core
Advanced tools
Comparing version 1.9.23 to 1.9.24
@@ -269,3 +269,3 @@ /** | ||
let db = this.dbService; | ||
let user = this.securityService.token.user; | ||
let user = this.securityService.token && this.securityService.token.user; | ||
let partitionKey = Runtime.DB_ANONYMOUS_PARTITION; | ||
@@ -272,0 +272,0 @@ |
{ | ||
"name": "deep-core", | ||
"version": "1.9.23", | ||
"version": "1.9.24", | ||
"description": "DEEP Core Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
117756