Skip to content

Commit

Permalink
Fix missing name in geotrek
Browse files Browse the repository at this point in the history
  • Loading branch information
frodrigo committed Jan 24, 2024
1 parent 0894820 commit 379bebf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion datasources/connectors/geotrek.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ def setup(kiba)
'datasources/schemas/tags/route.i18n.json',
]
}))
super(kiba)

kiba.source(
self.class.source_class,
@job_id,
@job_id,
{ 'en' => 'geotrek' },
self.class.source_class.const_get(:Settings).from_hash(@settings),
)
end
end

0 comments on commit 379bebf

Please sign in to comment.