Skip to content

Commit

Permalink
Merge pull request #726 from catenax-ng/fix/pool/changelog-timestamp-…
Browse files Browse the repository at this point in the history
…mapping

fix(Pool): changelog entry shown timestamp milliseconds
  • Loading branch information
nicoprow authored Feb 1, 2024
2 parents 8d17cd8 + 583efcb commit d82271f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ fun Relation.toDto(): RelationVerboseDto {
}

fun PartnerChangelogEntry.toDto(): ChangelogEntryVerboseDto {
return ChangelogEntryVerboseDto(bpn, businessPartnerType, createdAt, changelogType)
return ChangelogEntryVerboseDto(bpn, businessPartnerType, updatedAt, changelogType)
}

fun Region.toRegionDto(): RegionDto {
Expand Down

0 comments on commit d82271f

Please sign in to comment.