Add explanation for why uuid is added later

This commit is contained in:
Tixx 2024-10-20 18:33:49 +02:00
parent 54e31ce2ec
commit b1710ee826

View File

@ -159,6 +159,7 @@ std::string THeartbeatThread::GenerateCall() {
lastCall = Ret.dump();
//Add sensitive information here because value of lastCall is used for the information packet.
Ret["uuid"] = Application::Settings.getAsString(Settings::Key::General_AuthKey);
return Ret.dump();