Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix == -> =
  • Loading branch information
dconeybe committed May 16, 2023
commit f5cdefe5cab23775b56cc8fc07061b24b35a48a8
2 changes: 1 addition & 1 deletion firestore/src/common/settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void Settings::set_persistence_enabled(bool enabled) {
"api set_local_cache_settings()");
}

cache_settings_source_ == CacheSettingsSource::kOld;
cache_settings_source_ = CacheSettingsSource::kOld;
persistence_enabled_ = enabled;
}

Expand Down