lints buildQuery

This commit is contained in:
James
2020-11-04 09:08:27 -05:00
parent 5ef407ba17
commit a83064ed97

View File

@@ -177,7 +177,7 @@ class ParamParser {
}
if (schemaObject && schemaObject.ref && val === 'null') {
val = null;
formattedValue = null;
}
if (operator && validOperators.includes(operator)) {