API-30: Patrick stupid
All checks were successful
Jenkins Production Deployment

This commit is contained in:
Patrick Müller 2021-09-30 15:16:25 +02:00
parent 600abd16dd
commit 899b316a12

View File

@ -66,7 +66,7 @@ export const getChanges = async (course: string, week: string): Promise<Event[]>
let event: Event = {
event_id: row.event_id,
event_uid: row.uid,
latest_event_summary: row.event_summary,
latest_event_summary: row.new_summary,
latest_start_date: row.new_start,
changes: [change]
};