From d195a6cc44832015bb3a3477a558730a45f5c221 Mon Sep 17 00:00:00 2001 From: emmatveev Date: Fri, 29 Nov 2024 20:31:23 +0300 Subject: [PATCH] fix --- daemons/mailbox.py | 1 - 1 file changed, 1 deletion(-) 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'