From 05b1a018b79e5af6d61479450dc5aa710100cf9a Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 17 Dec 2025 14:15:20 +0000 Subject: [PATCH] re made appointments --- backend/src/dashboard/services/hubspot_client_async.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/dashboard/services/hubspot_client_async.py b/backend/src/dashboard/services/hubspot_client_async.py index f85c68b..0d2e2fd 100644 --- a/backend/src/dashboard/services/hubspot_client_async.py +++ b/backend/src/dashboard/services/hubspot_client_async.py @@ -3,6 +3,7 @@ import asyncio from hubspot.crm.associations import ApiException import hubspot from datetime import datetime +import random class HubSpotClientAsync: