fix #21

Merged
emmatveev merged 1 commits from master into dev 2024-11-29 20:31:46 +03:00
Showing only changes of commit d195a6cc44 - Show all commits

View File

@ -10,7 +10,6 @@ from utils import queues
class Message(pydantic.BaseModel):
project: str
name: str
type: str
body: dict
method: str = 'send_message'