Delete the article not the status on read items

This commit is contained in:
Maurice Parker 2020-04-27 19:34:33 -05:00
parent 1ce63860cf
commit 3509d1a6f6
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ final class CloudKitArticlesZone: CloudKitZone {
deleteRecordIDs.append(CKRecord.ID(recordName: statusID(statusArticle.status.articleID), zoneID: Self.zoneID))
default:
modifyRecords.append(makeStatusRecord(statusArticle))
deleteRecordIDs.append(CKRecord.ID(recordName: statusID(statusArticle.status.articleID), zoneID: Self.zoneID))
deleteRecordIDs.append(CKRecord.ID(recordName: articleID(statusArticle.status.articleID), zoneID: Self.zoneID))
}
}