1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00

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

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
}