Remove deprecated copilot event (#18862)
`CopilotEvent` was succeeded by `InlineCompletionEvent` 5 months ago. Release Notes: - N/A
This commit is contained in:
parent
4c7a6f5e7f
commit
d295c46433
2 changed files with 0 additions and 12 deletions
|
@ -429,8 +429,6 @@ pub async fn post_events(
|
|||
country_code.clone(),
|
||||
checksum_matched,
|
||||
)),
|
||||
// Needed for clients sending old copilot_event types
|
||||
Event::Copilot(_) => {}
|
||||
Event::InlineCompletion(event) => {
|
||||
to_upload
|
||||
.inline_completion_events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue