Compare commits

..

No commits in common. "0a97e56539e6043c6038036584d7b79c78dbc342" and "a5d3bd08c1f84b510ac9afefc7aba18f1de07d46" have entirely different histories.

View File

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