Skip to content

Commit

Permalink
fix: incorrect body of the message results in problemreport
Browse files Browse the repository at this point in the history
  • Loading branch information
mineme0110 committed Nov 2, 2023
1 parent 224abf3 commit 8cde8d9
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,6 @@ case class MediatorAgent(
.toPlaintextMessage
)
)
// ZIO.fail(
// Problems
// .malformedError(
// to = plaintextMessage.from.map(_.asTO).toSet,
// from = agent.id,
// pthid = plaintextMessage.id,
// piuri = plaintextMessage.`type`,
// )
// )
}
} yield ret
}.catchAll {
Expand Down

0 comments on commit 8cde8d9

Please sign in to comment.