Skip to content

Commit

Permalink
fix: trustPing call back not working (#23)
Browse files Browse the repository at this point in the history
Fix trustPing callback not working
For ATL-5077
Same fix as in commit 5034499
  • Loading branch information
FabioPinheiro committed Jun 29, 2023
1 parent 9af0a87 commit e8bf356
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ trait ProtocolExecuterWithServices[-R <: ProtocolExecuter.Services] extends Prot
head.getServiceEndpointAsURIs.headOption // TODO head
case Seq() => None // TODO
}
jobToRun = mURL match
jobToRun <- mURL match
case None => ZIO.logWarning(s"No url to send message")
case Some(url) => {
ZIO.log(s"Send to url: $url") *>
Expand Down

0 comments on commit e8bf356

Please sign in to comment.