We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c272c commit 5b001efCopy full SHA for 5b001ef
1 file changed
api/integrations/lead_tracking/hubspot/tasks.py
@@ -35,7 +35,7 @@ def track_hubspot_lead(user_id: int, organisation_id: int | None = None) -> None
35
36
37
@register_task_handler()
38
-def create_hubspot_contact_for_user(user_id: int) -> None:
+def create_hubspot_contact_for_user(user_id) -> None:
39
assert settings.ENABLE_HUBSPOT_LEAD_TRACKING
40
41
from users.models import FFAdminUser
0 commit comments