Skip to content

Commit

Permalink
remove line not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Nov 6, 2024
1 parent 30b1a46 commit 76a7d45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wis2-gdc-management/wis2_gdc/registrar.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,6 @@ def is_wis2_mqtt_link(link) -> bool:
new_link['channel'] = channel.replace('origin', 'cache')

new_link['rel'] = 'items'
new_link['channel'] = channel.replace('origin', 'cache')
new_link['type'] = 'application/geo+json'

del self.metadata['links'][count]
Expand Down

0 comments on commit 76a7d45

Please sign in to comment.