zeta: Fix completions not being marked as rated (#22952)

Seems like #22171 accidentally removed this line.

Now it's back and completions are marked as rated again.

![screenshot-2025-01-10-10 56
32@2x](https://github.com/user-attachments/assets/c68bff1b-5b97-493e-9062-390876fd757c)

Release Notes:

- N/A
This commit is contained in:
Thorsten Ball 2025-01-10 11:24:30 +01:00 committed by GitHub
parent 1b44398967
commit a1cedbece9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -733,6 +733,7 @@ and then another
feedback: String,
cx: &mut ModelContext<Self>,
) {
self.rated_completions.insert(completion.id);
telemetry::event!(
"Inline Completion Rated",
rating,