Skip to content

Commit

Permalink
added thid (#183)
Browse files Browse the repository at this point in the history
Signed-off-by: Shailesh <[email protected]>

Signed-off-by: Shailesh <[email protected]>
  • Loading branch information
mineme0110 authored Nov 30, 2022
1 parent e85e7c0 commit faf3e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ final case class Presentation(
piuri = this.`type`,
from = Some(this.from),
to = Some(this.to),
thid = this.thid,
body = this.body.asJson.asObject.get, // TODO get
attachments = this.attachments
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ final case class ProposePresentation(
piuri = this.`type`,
from = Some(this.from),
to = Some(this.to),
thid = this.thid,
body = this.body.asJson.asObject.get, // TODO get
attachments = this.attachments
)
Expand Down

0 comments on commit faf3e6f

Please sign in to comment.