Standard rb

This commit is contained in:
2024-02-03 08:39:18 +11:00
parent 3346728b94
commit 2e1e38d5c1
2 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ module Adamantium
expose :posts do
post_repo.for_rss.map do |post|
post.post_type == "bookmark" ?
(post.post_type == "bookmark") ?
Decorators::Bookmarks::Decorator.new(post) :
Decorators::Posts::Decorator.new(post)
end