google-spreadsheet
Advanced tools
Comparing version 3.0.9 to 3.0.10
@@ -187,3 +187,3 @@ const _ = require('lodash'); | ||
if (filter.startsWith(this.a1SheetName)) return filter; | ||
return `${this.a1SheetName}!${sheetFilters}`; | ||
return `${this.a1SheetName}!${filter}`; | ||
} | ||
@@ -190,0 +190,0 @@ if (_.isObject(filter)) { |
@@ -5,3 +5,3 @@ { | ||
"description": "Google Sheets API (v4) -- simple interface to read/write data and manage sheets", | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"license": "Unlicense", | ||
@@ -8,0 +8,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
65270