Skip to content

Commit

Permalink
Remove deadline from serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcleod committed Sep 18, 2024
1 parent 9ba5e17 commit 10246da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/serializers/discourse_events/basic_event_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class BasicEventSerializer < ApplicationSerializer
attributes :id,
:start_time,
:end_time,
:deadline,
:name,
:description,
:status,
Expand Down

0 comments on commit 10246da

Please sign in to comment.