Skip to content

Commit

Permalink
add missing self
Browse files Browse the repository at this point in the history
Signed-off-by: San Nguyen <vinhsannguyen91@gmail.com>
  • Loading branch information
sandangel committed Sep 25, 2024
1 parent 1d2ba63 commit bdaed2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/chainlit/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ async def init(
self.actions = actions if actions is not None else []
self.elements = elements if elements is not None else []

super().__post_init__()
super().__post_init__(self)
return self

def __init__(
Expand Down

0 comments on commit bdaed2b

Please sign in to comment.