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.  Release Notes: - N/A
This commit is contained in:
parent
1b44398967
commit
a1cedbece9
1 changed files with 1 additions and 0 deletions
|
@ -733,6 +733,7 @@ and then another
|
||||||
feedback: String,
|
feedback: String,
|
||||||
cx: &mut ModelContext<Self>,
|
cx: &mut ModelContext<Self>,
|
||||||
) {
|
) {
|
||||||
|
self.rated_completions.insert(completion.id);
|
||||||
telemetry::event!(
|
telemetry::event!(
|
||||||
"Inline Completion Rated",
|
"Inline Completion Rated",
|
||||||
rating,
|
rating,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue