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 93bdb77 commit 7764cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weave/trace_server/clickhouse_trace_server_batched.py
Original file line number Diff line number Diff line change
Expand Up @@ -1332,6 +1332,7 @@ def feedback_create(self, req: tsi.FeedbackCreateReq) -> tsi.FeedbackCreateRes:
res_payload = req.payload

# Augment emoji with alias.
res_payload = {}
if req.feedback_type == "wandb.reaction.1":
em = req.payload["emoji"]
if emoji.emoji_count(em) != 1:
Expand Down

0 comments on commit 7764cec

Please sign in to comment.