Skip to content

Commit 4241537

Browse files
Cleanup
1 parent c99dba1 commit 4241537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/model/mutation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export class Precondition {
182182
return (
183183
this.exists === other.exists &&
184184
(this.updateTime
185-
? !!other.updateTime && this.updateTime?.isEqual(other.updateTime)
185+
? !!other.updateTime && this.updateTime.isEqual(other.updateTime)
186186
: !other.updateTime)
187187
);
188188
}

0 commit comments

Comments
 (0)