Skip to content

Commit

Permalink
Resolves #1154
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Oct 23, 2020
1 parent 114401d commit 836b4ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/classes/where-clause/where-clause.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class WhereClause implements IWhereClause {
*
**/
equals(value: IndexableType) {
if (value == null) return fail(this, INVALID_KEY_ARGUMENT);
return new this.Collection(this, () => rangeEqual(value)) as ICollection;
}

Expand Down

0 comments on commit 836b4ed

Please sign in to comment.