Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marta-lokhova committed Nov 21, 2024
1 parent 1ccedf0 commit f1b8c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlay/Peer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ Peer::recvAuthenticatedMessage(AuthenticatedMessage&& msg)
auto queueName = isAuthenticated(guard) ? cat : AUTH_ACTION_QUEUE;
type = isAuthenticated(guard) ? type : Scheduler::ActionType::NORMAL_ACTION;

// If an message is already scheduled, drop
// If a message is already scheduled, drop
if (mAppConnector.isScheduled(msgTracker))
{
return true;
Expand Down

0 comments on commit f1b8c80

Please sign in to comment.