Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit d38495b

Browse files
refactor: remove redundant jump
1 parent 2ca3fc0 commit d38495b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ServiceLayer.Mesh/Functions/MeshHandshakeFunction.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public async Task Run([TimerTrigger("%MeshHandshakeTimerExpression%")] TimerInfo
3434
catch (Exception ex)
3535
{
3636
logger.LogError(ex, "An error occurred during mesh handshake for mailbox {MailboxId} at {Time}", configuration.NbssMeshMailboxId, DateTime.UtcNow);
37-
return;
3837
}
3938
}
4039
}

0 commit comments

Comments
 (0)