item: remove TODO (implemented in api.rs)

This commit is contained in:
Peter Cai 2020-02-21 21:18:36 +08:00
parent 3ea20fba9e
commit 0277d2c122
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ impl SyncItem {
.load::<Item>(db)
.map_err(|_| "Database error".into())
})?;
// TODO: Detect sync conflict? similar to the Go version.
let _lock = lock_db_write!()?;
if !orig.is_empty() {