Skip to content

Commit

Permalink
WIP: geo json fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Sep 12, 2023
1 parent aaea9c4 commit 95003e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/collections_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def show
id: @collection.full_identifier,
name: @collection.title,
description: @collection.description || '',
url: repository_collection_url(collection),
url: repository_collection_url(@collection),
public: true,
publisher: @collection.collector.name,
contact: '[email protected]',
Expand Down

0 comments on commit 95003e8

Please sign in to comment.