Skip to content

Commit

Permalink
Initial votes by Janet
Browse files Browse the repository at this point in the history
  • Loading branch information
randomnetcat committed Nov 18, 2024
1 parent 2232603 commit 0a5abfe
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import org.agoranomic.assessor.dsl.votes.complexityBonuses
import org.agoranomic.assessor.dsl.votes.endorseOrElse
import org.agoranomic.assessor.dsl.votes.onOrdinaryProposals
import org.agoranomic.assessor.lib.vote.VoteKind.FOR
import org.agoranomic.assessor.lib.vote.VoteKind.PRESENT

@UseAssessment
fun assessment9193to9194() = assessment {
Expand Down Expand Up @@ -98,5 +99,10 @@ Amend rule 2697 (The Bounty Board) by adding at the end as a new paragraph:
endorseOrElse(oliver, FOR) on 9193 comment "${oliver.name} owns the Veblen"
FOR on 9194
}

votes(Janet) {
PRESENT on 9193
FOR on 9194
}
}
}

0 comments on commit 0a5abfe

Please sign in to comment.