Skip to content

Commit 5b001ef

Browse files
committed
test bad typing
1 parent 84c272c commit 5b001ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • api/integrations/lead_tracking/hubspot

api/integrations/lead_tracking/hubspot/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def track_hubspot_lead(user_id: int, organisation_id: int | None = None) -> None
3535

3636

3737
@register_task_handler()
38-
def create_hubspot_contact_for_user(user_id: int) -> None:
38+
def create_hubspot_contact_for_user(user_id) -> None:
3939
assert settings.ENABLE_HUBSPOT_LEAD_TRACKING
4040

4141
from users.models import FFAdminUser

0 commit comments

Comments
 (0)