Fix missing semi

didnt do this in a while, wow
This commit is contained in:
Lion Kortlepel 2021-08-10 12:55:35 +02:00 committed by Lion
parent fe6e1e6266
commit 4659a9362d

View File

@ -79,7 +79,7 @@ void THeartbeatThread::operator()() {
//SocketIO::Get().SetAuthenticated(isAuth);
}
}
std::string THeartbeatThread::GenerateCall() {
std::stringstream Ret;