Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
moustachu committed Nov 3, 2023
1 parent 792321d commit f9ffa1d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def index

@proposals = @base_query.includes(:component, :coauthorships)
@all_geocoded_proposals = @base_query.geocoded
.where.not(latitude: Float::NAN)
.where.not(longitude: Float::NAN)
.where.not(latitude: Float::NAN)
.where.not(longitude: Float::NAN)

@voted_proposals = if current_user
::Decidim::Proposals::ProposalVote.where(
Expand Down

0 comments on commit f9ffa1d

Please sign in to comment.