Remove extraneous comment.

This commit is contained in:
Sam Rose 2024-05-03 17:34:03 +01:00
parent 1edc525d9b
commit 27e68f79f5
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -282,7 +282,6 @@ export class QueryBuilder<T> {
}
const equal = (key: string, value: any) => {
// 0 evaluates to false, which means we would return all rows if we don't check it
if (value === null || value === undefined) {
return null
}