Comparing version 1.1.9 to 1.1.10
@@ -142,3 +142,3 @@ "use strict"; | ||
} | ||
const $oTags = this.options.tags.length ? this.options.tags : []; | ||
const $oTags = this.options.tags && this.options.tags.length ? this.options.tags : []; | ||
this.options.tags = [...ts, ...$oTags]; | ||
@@ -145,0 +145,0 @@ return this; |
{ | ||
"name": "ardb", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"main": "lib/ardb.js", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/textury/ardb.git", |
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
45274