Skip to content

Commit 3f94696

Browse files
Update mutation.ts
1 parent 66086b3 commit 3f94696

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
@@ -697,7 +697,7 @@ function applyDeleteMutationToRemoteDocument(
697697
mutationResult: MutationResult
698698
): NoDocument {
699699
debugAssert(
700-
mutationResult.transformResults.length == 0,
700+
mutationResult.transformResults.length === 0,
701701
'Transform results received by DeleteMutation.'
702702
);
703703

0 commit comments

Comments
 (0)