Skip to content

Commit 077fb1c

Browse files
Update firebase-firestore/src/main/java/com/google/firebase/firestore/model/ObjectValue.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 9b76285 commit 077fb1c

File tree

1 file changed

+1
-1
lines changed
  • firebase-firestore/src/main/java/com/google/firebase/firestore/model

1 file changed

+1
-1
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/model/ObjectValue.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ private Value buildProto() {
131131
MapValue mergedResult = applyOverlayLocked(FieldPath.EMPTY_PATH, overlayMap);
132132
if (mergedResult != null) {
133133
partialValue = Value.newBuilder().setMapValue(mergedResult).build();
134-
overlayMap.clear();
135134
}
135+
overlayMap.clear();
136136
}
137137
}
138138
return partialValue;

0 commit comments

Comments
 (0)