This commit is contained in:
phpia 2025-05-22 16:45:37 -04:00 committed by GitHub
commit ba2ab46b8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -227,6 +227,7 @@ class Pipeline:
trace.event(**event_payload)
del body["chat_id"]
return body
async def outlet(self, body: dict, user: Optional[dict] = None) -> dict: