Skip to content

Commit

Permalink
Removed TimeoutExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
stidsborg committed Aug 7, 2024
1 parent b43aea3 commit c974c78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
35 changes: 0 additions & 35 deletions Core/Cleipnir.ResilientFunctions/Reactive/TimeoutExtensions.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ await workflow.Effect.Capture(
if (either.Match(ea => true, er => false))
{
await workflow.Effect.Capture("NotifyHR", work: () => NotifyHR(candidateEmail));
await messages.CancelTimeoutEvent(timeoutId: i.ToString());

return;
}

Expand Down

0 comments on commit c974c78

Please sign in to comment.