Skip to content

Commit

Permalink
Apply cfformat changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen authored and github-actions[bot] committed Sep 13, 2024
1 parent 06576d8 commit 0581140
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,10 @@ component extends="baseHandler" {
var originalSlug = oContent.getSlug();
variables.ormService
.populate(
target = oContent,
memento = rc,
exclude = "contentID,siteID",
nullEmptyInclude="expireDate"
target = oContent,
memento = rc,
exclude = "contentID,siteID",
nullEmptyInclude = "expireDate"
)
.addJoinedPublishedtime( rc.publishedTime )
.addJoinedExpiredTime( rc.expireTime );
Expand Down

0 comments on commit 0581140

Please sign in to comment.