diff --git a/checkboxItem.go b/checkboxItem.go index 0a077b9..ecac5d3 100644 --- a/checkboxItem.go +++ b/checkboxItem.go @@ -66,7 +66,7 @@ func (a *NotesAPI) UpdateCheckboxItem(ni *CheckboxNoteItem) *Response { rtn.Code = int64(stat) } if (!suc || stat != 200) && !a.retryCall { - a.FailUpdateCheckboxNoteItemList = append(a.FailAddCheckboxNoteItemList, *ni) + a.FailUpdateCheckboxNoteItemList = append(a.FailUpdateCheckboxNoteItemList, *ni) a.setSavedCheckboxItem(ni) } }