fix: update MessageService.create_feedback to use keyword arguments f… (#12134)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
4e76f2fc44
commit
4bd8df1fd3
3 changed files with 16 additions and 2 deletions
|
|
@ -152,6 +152,7 @@ class MessageService:
|
|||
@classmethod
|
||||
def create_feedback(
|
||||
cls,
|
||||
*,
|
||||
app_model: App,
|
||||
message_id: str,
|
||||
user: Optional[Union[Account, EndUser]],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue