Skip to content

Commit 0474cf7

Browse files
committed
wip
1 parent dab2deb commit 0474cf7

File tree

1 file changed

+2
-2
lines changed
  • rust/signed_doc/src/validator

1 file changed

+2
-2
lines changed

rust/signed_doc/src/validator/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ fn proposal_comment_rule() -> Rules {
9090
},
9191
doc_ref: RefRule::Specified {
9292
exp_ref_types: vec![PROPOSAL.clone()],
93-
multiple: true,
93+
multiple: false,
9494
optional: false,
9595
},
9696
reply: ReplyRule::Specified {
@@ -147,7 +147,7 @@ fn proposal_submission_action_rule() -> Rules {
147147
},
148148
doc_ref: RefRule::Specified {
149149
exp_ref_types: vec![PROPOSAL.clone()],
150-
multiple: true,
150+
multiple: false,
151151
optional: false,
152152
},
153153
reply: ReplyRule::NotSpecified,

0 commit comments

Comments
 (0)