Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

Commit

Permalink
unused unset
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasiukevich committed Jan 13, 2020
1 parent c225e0c commit b314afa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SagasProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ function () use ($id, $context): \Generator
/** Non-expired saga */
if ($saga->expireDate() > now())
{
unset($currentDatetime);

return $saga;
}

Expand Down

0 comments on commit b314afa

Please sign in to comment.