Skip to content

[Bug]: weird formatting #1874

@belav

Description

@belav

Description

This doesn't seem ideal but I don't know if there is a better way to deal with it.

return pages.Where(o =>
    o.PublishOn
    == pageVersionQuery
        .Where(p => p.PageId == o.PageId && p.PublishOn < parameter.ActiveOn)
        .Max(p => p.PublishOn)
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions