Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
tssweeney committed Oct 30, 2024
1 parent 3570675 commit d1a7ff3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions weave/trace_server/clickhouse_trace_server_batched.py
Original file line number Diff line number Diff line change
Expand Up @@ -1329,8 +1329,6 @@ def feedback_create(self, req: tsi.FeedbackCreateReq) -> tsi.FeedbackCreateRes:
assert_non_null_wb_user_id(req)
validate_feedback_create_req(req)

res_payload = req.payload

# Augment emoji with alias.
res_payload = {}
if req.feedback_type == "wandb.reaction.1":
Expand Down

0 comments on commit d1a7ff3

Please sign in to comment.