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.
-S
1 parent c08bf62 commit 7cf0213Copy full SHA for 7cf0213
lib/voting_session.js
@@ -29,6 +29,7 @@ export default class VotingSession extends Session {
29
this.abstain = abstain;
30
this.closeVote = argv['decrypt-key-part'];
31
this.postComment = argv['post-comment'];
32
+ this.gpgSign = argv['gpg-sign'];
33
}
34
35
get argv() {
0 commit comments