[tasks] Hackety hack

This commit is contained in:
2025-07-02 09:26:25 -04:00
parent 224c165d72
commit 872ca17432

View File

@ -104,7 +104,9 @@ def todoist_webhook(request):
) )
if todoist_note: if todoist_note:
scrobble = todoist_scrobble_update_task(todoist_note, user_id) scrobble = todoist_scrobble_update_task(
todoist_note, user_profile.user_id
)
if not scrobble: if not scrobble:
logger.info( logger.info(