Skip to content

Commit

Permalink
fixed persondto serializer for API
Browse files Browse the repository at this point in the history
  • Loading branch information
ppazos committed Mar 22, 2023
1 parent 33dcb99 commit 749a3a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 1.8.27
version = 1.8.28
group = com.cabolabs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ class OpenEhrJsonSerializer {

out._type = 'PERSON'

this.fillActor(p, out)
this.fillActorDto(p, out)

return out
}
Expand Down

0 comments on commit 749a3a0

Please sign in to comment.