Skip to content

Commit 55f9425

Browse files
committed
wip
1 parent 1fb53b3 commit 55f9425

File tree

1 file changed

+0
-1
lines changed
  • rust/signed_doc/src/validator/rules/ownership

1 file changed

+0
-1
lines changed

rust/signed_doc/src/validator/rules/ownership/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ impl DocumentOwnershipRule {
7676

7777
let mut allowed_authors = HashSet::new();
7878
if let DocumentOwnershipRule::RefFieldBased = self {
79-
todo!();
8079
} else if let Some(first_doc) = provider.try_get_first_doc(doc_id).await? {
8180
allowed_authors.extend(first_doc.authors());
8281

0 commit comments

Comments
 (0)