Revert "feat: add explicit courserun_key parameter to /event endpoint" (#28410)
This commit is contained in:
@@ -56,12 +56,6 @@
|
||||
}
|
||||
}
|
||||
// Regardless of whether any callbacks were made, log this event.
|
||||
if (typeof $$course_id !== 'undefined') {
|
||||
if (!data) {
|
||||
data = {}
|
||||
}
|
||||
data.courserun_key = $$course_id;
|
||||
}
|
||||
return sendRequest({
|
||||
event_type: eventType,
|
||||
event: JSON.stringify(data),
|
||||
|
||||
Reference in New Issue
Block a user