pub async fn sync_mark_completed( db: State<'_, DatabaseWrapper>, id: i64, ) -> Result<(), String>
Mark a sync operation as completed