summaryrefslogtreecommitdiff
path: root/src/remoteauth
diff options
context:
space:
mode:
Diffstat (limited to 'src/remoteauth')
-rw-r--r--src/remoteauth/remoteauthclient.cpp2
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);
}
}