Skip to content

Commit

Permalink
Re-add county to other API response. #709
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacall committed Aug 9, 2022
1 parent 604700c commit 46c0c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/events/show.json.jbuilder
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fields = [:id, :external_id, :title, :subtitle, :url, :organizer, :description, :start, :end, :sponsors, :venue, :city,
:country, :postcode, :latitude, :longitude, :created_at, :updated_at, :source, :slug, :content_provider_id,
:county, :country, :postcode, :latitude, :longitude, :created_at, :updated_at, :source, :slug, :content_provider_id,
:user_id, :online, :last_scraped, :scraper_record, :keywords, :event_types, :target_audience, :capacity,
:eligibility, :contact, :host_institutions, :cost_basis, :cost_value, :fields ]

Expand Down

0 comments on commit 46c0c9e

Please sign in to comment.