Skip to content

Commit

Permalink
ISSUE #695 fixed client state machine
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjf committed Sep 12, 2024
1 parent 0d3c400 commit e6bde97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ int32_t performOperation(
errCode = REPOERR_UNKNOWN_ERR;
}
}
if (command.command == cmdProcessDrawing)
else if (command.command == cmdProcessDrawing)
{
try {
errCode = processDrawing(controller, token, command);
Expand Down

0 comments on commit e6bde97

Please sign in to comment.