diff --git a/daemons/mailbox.py b/daemons/mailbox.py index 95ae3f8..2fc236e 100644 --- a/daemons/mailbox.py +++ b/daemons/mailbox.py @@ -10,7 +10,6 @@ from utils import queues class Message(pydantic.BaseModel): project: str name: str - type: str body: dict method: str = 'send_message'