aboutsummaryrefslogtreecommitdiff
path: root/server-v1/source/EpistmoolServer/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'server-v1/source/EpistmoolServer/Server.cpp')
-rw-r--r--server-v1/source/EpistmoolServer/Server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server-v1/source/EpistmoolServer/Server.cpp b/server-v1/source/EpistmoolServer/Server.cpp
index 4dc3b16..915c9ed 100644
--- a/server-v1/source/EpistmoolServer/Server.cpp
+++ b/server-v1/source/EpistmoolServer/Server.cpp
@@ -51,6 +51,7 @@ void Server::onMessage(const QJsonDocument& message, ConnectionId connId)
// Extract as empty string if non-existent
auto versionString = root.value("version").toString();
+ // TODO handle if id field is not here?
int id = root.value("id").toInt();
SessionId sessionId;