[generator] duplicate line

This commit is contained in:
LaGrunge 2019-08-16 16:16:48 +03:00 committed by Maksim Andrianov
parent 3338900dd0
commit 147e413ac5

View file

@ -30,7 +30,6 @@ DataVersion::DataVersion(std::string const & planetFilePath)
std::chrono::system_clock::to_time_t(std::chrono::system_clock::now())));
ToJSONObject(*m_json, "generator_build_time", omim::build_version::git::kTimestamp);
ToJSONObject(*m_json, "generator_git_hash", omim::build_version::git::kHash);
ToJSONObject(*m_json, "generator_git_hash", omim::build_version::git::kHash);
ToJSONObject(*m_json, "planet_md5", ReadWholeFile(planetFilePath + ".md5"));
ToJSONObject(*m_json, "planet_timestamp", planetTimestamp);
}