diff --git a/app/repos/post_repo.rb b/app/repos/post_repo.rb index db082d8..9e0763c 100644 --- a/app/repos/post_repo.rb +++ b/app/repos/post_repo.rb @@ -75,7 +75,6 @@ module Adamantium def places_listing(limit: nil) posts - .where(post_type: "post") .exclude(location: nil) .published .combine(:tags)