Skip to content

Commit a233adb

Browse files
committed
Get native_properties values fro OpenAgenda
1 parent 2925d96 commit a233adb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datasources/sources/open_agenda.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def psychic_impairment(feat)
254254
end
255255

256256
def map_native_properties(feat, properties)
257-
properties.merge({
257+
feat.slice(*(properties&.keys || [])).merge({
258258
cognitive_impairment: cognitive_impairment(feat),
259259
visual_impairment: visual_impairment(feat),
260260
hearing_impairment: hearing_impairment(feat),

0 commit comments

Comments
 (0)