Skip to content

Commit

Permalink
Fix schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltabacaru committed Nov 14, 2023
1 parent 6114e61 commit 13c0185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realm/sync/noinst/client_impl_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ void Session::send_bind_message()
bind_json_data["migratedPartition"] = *migrated_partition;
}
bind_json_data["sessionReason"] = static_cast<uint64_t>(get_session_reason());
bind_json_data["schema_version"] = get_schema_version();
bind_json_data["schemaVersion"] = get_schema_version();
if (logger.would_log(util::Logger::Level::debug)) {
std::string json_data_dump;
if (!bind_json_data.empty()) {
Expand Down

0 comments on commit 13c0185

Please sign in to comment.