Skip to content

Commit

Permalink
Disable requests by default on startup (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Herrera <pabloherrerapalacio@gmail.com>
  • Loading branch information
Pablete1234 authored May 19, 2024
1 parent 878a8f3 commit 690ae2b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public RequestFeatureBase(
this.sponsors = Lists.newLinkedList();
this.currentSponsor = null;
this.bookCreator = new SponsorVotingBookCreator(this);
this.accepting = true;

if (getConfig().isEnabled() && PGMUtils.isPGMEnabled()) {
enable();
Expand Down

0 comments on commit 690ae2b

Please sign in to comment.