diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/remoteauth/remoteauthclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteauth/remoteauthclient.cpp b/src/remoteauth/remoteauthclient.cpp index e2d3cc6..c0a06d9 100644 --- a/src/remoteauth/remoteauthclient.cpp +++ b/src/remoteauth/remoteauthclient.cpp @@ -277,7 +277,7 @@ void RemoteAuthClient::HeartbeatThread() { if (!m_heartbeat_waiter.wait_for(std::chrono::milliseconds(m_heartbeat_msec))) break; nlohmann::json hb; - hb["op"] = "hearbeat"; + hb["op"] = "heartbeat"; m_ws.Send(hb); } } |