Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhbhatia committed Jan 3, 2025
1 parent e5f0145 commit 868f26c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/api/v1/profiles/index.json.jbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ end

json.pagination do
json.extract! @pagination, :prev_url, :next_url, :count, :page, :next
end
end
2 changes: 1 addition & 1 deletion app/views/api/v1/stores/index.json.jbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ end

json.pagination do
json.extract! @pagination, :prev_url, :next_url, :count, :page, :next
end
end
2 changes: 1 addition & 1 deletion config/initializers/pagy.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

require "pagy/extras/array"
require 'pagy/extras/metadata'
require "pagy/extras/metadata"
require "pagy/extras/overflow"

Pagy::DEFAULT[:items] = 8
Expand Down

0 comments on commit 868f26c

Please sign in to comment.