[tasks] Hackety hack
This commit is contained in:
@ -104,7 +104,9 @@ def todoist_webhook(request):
|
||||
)
|
||||
|
||||
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:
|
||||
logger.info(
|
||||
|
||||
Reference in New Issue
Block a user