Skip to content

Commit 3695b49

Browse files
authored
Remove schedule event search type patch (#4779)
1 parent c188394 commit 3695b49

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

backend/api/schedule/queries/search_events_for_schedule.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,4 @@ def search_events_for_schedule(
4545
)
4646

4747
proposals = list(proposals)
48-
for proposal in proposals:
49-
proposal.__strawberry_definition__ = Submission.__strawberry_definition__
50-
5148
return SearchEventsForScheduleResult(results=[*proposals, *keynotes])

0 commit comments

Comments
 (0)