Skip to content

Commit

Permalink
Re-add county to API response. #709
Browse files Browse the repository at this point in the history
  • Loading branch information
fbacall committed Aug 9, 2022
1 parent 332b549 commit 9481f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/event_serializer.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class EventSerializer < ApplicationSerializer
attributes :id, :external_id, :title, :subtitle, :url, :organizer, :description, :start, :end, :sponsors, :venue,
:city, :country, :postcode, :latitude, :longitude, :source, :slug, :online, :last_scraped, :scraper_record,
:city, :county, :country, :postcode, :latitude, :longitude, :source, :slug, :online, :last_scraped, :scraper_record,
:keywords, :event_types, :target_audience, :capacity, :eligibility, :contact, :host_institutions,
:scientific_topics, :operations, :external_resources, :created_at, :updated_at, :cost_basis, :cost_value

Expand Down

0 comments on commit 9481f05

Please sign in to comment.