This commit is contained in:
parent
600abd16dd
commit
899b316a12
|
@ -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]
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user