aboutsummaryrefslogtreecommitdiff
path: root/server-v1/source/EpistmoolServer/Server.cpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-06-27 00:15:35 +0000
committerrtk0c <[email protected]>2022-06-27 00:15:35 +0000
commit1a8cffddf383872b84d0df9acef5662e02189f2b (patch)
tree5ab6ecb6a0e864db9cda68c563a4e52ae5b7be86 /server-v1/source/EpistmoolServer/Server.cpp
parent3250fc72f906797f113855cf9dde4e7803a66bd9 (diff)
(From git) Update code style, misc clean up
git-svn-id: file:///home/arch/svn/epistmool/trunk@6 71f44415-077c-4ad7-a976-72ddbf76608f
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;