From 103535d3baeb6d40738a85c4a86166b234f50597 Mon Sep 17 00:00:00 2001 From: Denis Date: Mon, 28 Jul 2025 01:17:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D1=8A=D0=B5=D0=BA=D1=82=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B4=D0=BF=D0=B8=D1=81=D0=BA=D0=B8=20=D0=BD=D0=B0=20Web?= =?UTF-8?q?hook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maxapi/types/subscription.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxapi/types/subscription.py b/maxapi/types/subscription.py index 8f20bd3..053e4bb 100644 --- a/maxapi/types/subscription.py +++ b/maxapi/types/subscription.py @@ -15,4 +15,4 @@ class Subscription(BaseModel): url: str time: int - update_types: Optional[List[str]] = None \ No newline at end of file + update_types: Optional[List[str]] = None \ No newline at end of file