Skip to content

Commit f54de70

Browse files
committed
Update test
1 parent b5e4fcc commit f54de70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/router/plural.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ module.exports = (db, name) => {
120120
const path = key.replace(/(_lte|_gte|_ne|_like)$/, '')
121121
const elementValue = _.get(element, path)
122122

123-
if (elementValue == null) {
123+
if (elementValue === undefined) {
124124
return
125125
}
126126

0 commit comments

Comments
 (0)