Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Beniamiiin committed Nov 28, 2023
1 parent 241d609 commit 6bf1356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ type App struct {
VotingDurationDays int `env:"VOTING_DURATION_DAYS" envDefault:"7"`
RenominationPeriodDays int `env:"RENOMINATION_PERIOD_DAYS" envDefault:"3"`
InitialSeeders []string `env:"INITIAL_SEEDERS" envSeparator:","`
MembersChatID int64 `env:"MEMBERS_CHAT_ID,notEmpty"`
MembersChatID int64 `env:"MEMBERS_CHAT_ID"`
}

0 comments on commit 6bf1356

Please sign in to comment.