You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a code which completes a task on click on element todoist.completeItem(id); todoist.write(); but every execution after the first one give an error "Sync item already processed. Ignored" and this bug is probably due to the same uuid in every write command to Todoist.
The text was updated successfully, but these errors were encountered:
I have a code which completes a task on click on element
todoist.completeItem(id); todoist.write();
but every execution after the first one give an error "Sync item already processed. Ignored" and this bug is probably due to the same uuid in every write command to Todoist.The text was updated successfully, but these errors were encountered: