Skip to content

Commit

Permalink
Update soap11_tagless.scala.template
Browse files Browse the repository at this point in the history
  • Loading branch information
ebar authored Mar 27, 2023
1 parent 90b6d8a commit 3d93778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/resources/soap11_tagless.scala.template
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ trait Soap11ClientsF[F[_]] { self: HttpClientsF[F] =>
address,
headers.toMap
)
ftr map { s: String =>
ftr map { (s: String) =>
try {
val response = scala.xml.XML.loadString(s)
scalaxb.fromXML[Envelope](response)
Expand Down

0 comments on commit 3d93778

Please sign in to comment.