@bitovi/sequelize-querystring-parser
Advanced tools
Comparing version 0.2.14 to 0.2.15
function parseAttributes(attributes) { | ||
if (!attributes?.length) { | ||
if (!attributes || !attributes.length) { | ||
return undefined; | ||
@@ -4,0 +4,0 @@ } |
{ | ||
"name": "@bitovi/sequelize-querystring-parser", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
39573