Skip to content

Commit

Permalink
zeta: Fix completions not being marked as rated
Browse files Browse the repository at this point in the history
Seems like #22171 accidentally removed this line.

Now it's back and completions are marked as rated again.
  • Loading branch information
mrnugget committed Jan 10, 2025
1 parent 767f44b commit 8822ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/zeta/src/zeta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8822ad4

Please sign in to comment.