Skip to content

Commit

Permalink
Lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Feb 28, 2024
1 parent 3915700 commit a38a564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasources/sources/apidae.rb
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def map_tags(feat)
route: {
gpx_trace: jp(r, 'multimedias[*].traductionFichiers[*][?(@.extension=="gpx")].url').first,
pdf: practices.nil? ? nil : jp(r, 'multimedias[*].traductionFichiers[*][?(@.extension=="pdf")]').to_h{ |t| [t['locale'], t['url']] },
}.merge(practices&.to_h{ |practice_slug|
}.merge(practices.to_h{ |practice_slug|
[
practice_slug,
{
Expand Down

0 comments on commit a38a564

Please sign in to comment.