Skip to content

Commit 871518a

Browse files
authored
fix wrong type in key_field_not_in_filter.cc (#9513)
1 parent 9d51e8a commit 871518a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firestore/core/src/core/key_field_not_in_filter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class KeyFieldNotInFilter::Rep : public FieldFilter::Rep {
4545
}
4646

4747
Type type() const override {
48-
return Type::kKeyFieldInFilter;
48+
return Type::kKeyFieldNotInFilter;
4949
}
5050

5151
bool Matches(const model::Document& doc) const override;

0 commit comments

Comments
 (0)