Skip to content

Commit

Permalink
Fix feedback bug
Browse files Browse the repository at this point in the history
  • Loading branch information
blafea committed Jun 25, 2024
1 parent 28433c6 commit f97c14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async def handle_text_message(self, event: MessageEvent):
"type": "postback",
"label": "爛啦🥲",
"data": f"action=dislike&feedback_id={feedback_id}",
"displayText": "爛啦🥲`",
"displayText": "爛啦🥲",
}
}),
]
Expand Down

0 comments on commit f97c14e

Please sign in to comment.