We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef52467 + 487ed30 commit a0a78e5Copy full SHA for a0a78e5
1 file changed
lib/modules/database.js
@@ -96,7 +96,7 @@ class DatabaseQuery {
96
}
97
98
setFilter(name, ...args) {
99
- this.filters[name] = args;
+ this.filters[name] = args.filter(n => n != undefined);
100
return this.ref;
101
102
0 commit comments