[tasks] Fix bug in syncing orgmode tasks without notes
All checks were successful
build / test (push) Successful in 1m50s
All checks were successful
build / test (push) Successful in 1m50s
This commit is contained in:
@ -235,7 +235,7 @@ class EmacsWebhookView(APIView):
|
||||
if task_in_progress:
|
||||
emacs_scrobble_update_task(
|
||||
post_data.get("source_id"),
|
||||
post_data.get("notes", []),
|
||||
post_data.get("notes") or [],
|
||||
user_id,
|
||||
description=post_data.get("body"),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user