We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb53b3 commit 55f9425Copy full SHA for 55f9425
rust/signed_doc/src/validator/rules/ownership/mod.rs
@@ -76,7 +76,6 @@ impl DocumentOwnershipRule {
76
77
let mut allowed_authors = HashSet::new();
78
if let DocumentOwnershipRule::RefFieldBased = self {
79
- todo!();
80
} else if let Some(first_doc) = provider.try_get_first_doc(doc_id).await? {
81
allowed_authors.extend(first_doc.authors());
82
0 commit comments