Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Aug 22, 2024
1 parent 6c3f18d commit 3075375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/avo/svg_finder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def paths
Avo::Engine.root.join("app", "assets", "svgs", "heroicons", "outline", @filename),
Avo::Engine.root.join(@filename).to_s,
# Add all paths from Rails including engines
*Rails.application.assets.paths.map { |path| Rails.root.join(path, @filename) },
*Rails.application.assets.paths.map { |path| Rails.root.join(path, @filename) }
].map(&:to_s).uniq
end

Expand Down

0 comments on commit 3075375

Please sign in to comment.