master #22

Merged
emmatveev merged 2 commits from master into prod 2024-11-29 20:35:39 +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'