Update event type to conform to standard (#21827)

Release Notes:

- N/A
This commit is contained in:
Joseph T. Lyons 2024-12-10 16:14:31 -05:00 committed by GitHub
parent faf79e52fe
commit f80eb73213
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -474,7 +474,7 @@ fn for_snowflake(
serde_json::to_value(e).unwrap(),
),
Event::InlineCompletionRating(e) => (
"Inline Completion Feedback".to_string(),
"Inline Completion Rated".to_string(),
serde_json::to_value(e).unwrap(),
),
Event::Call(e) => {