Skip to content

Commit b898ab2

Browse files
Missing break
1 parent 2c73631 commit b898ab2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firestore/src/main/user_data_converter_main.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ Message<google_firestore_v1_Value> UserDataConverter::ParseScalar(
444444
// Copy the blob so that pb_release can do the right thing.
445445
result->bytes_value =
446446
nanopb::MakeBytesArray(value.blob_value(), value.blob_size());
447+
break;
447448
}
448449

449450
case Type::kReference: {

0 commit comments

Comments
 (0)