Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioPinheiro committed Jul 3, 2023
1 parent df039a1 commit 6c685e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object PickupExecuter
total_bytes = None, // TODO
live_delivery = None, // TODO
)
} yield ZIO.succeed(Reply(status.toPlaintextMessage))
} yield Reply(status.toPlaintextMessage)
case m: Status => ZIO.logInfo("Status") *> ZIO.succeed(NoReply)
case m: DeliveryRequest =>
for {
Expand Down

0 comments on commit 6c685e7

Please sign in to comment.