Skip to content

Commit

Permalink
Fix missing demos_enabled value
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmacdonald committed Jun 10, 2024
1 parent f59b3a8 commit bd71d42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/config/config_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ func (c configHandler) onAppInfo(buildInfo domain.BuildInfo) gin.HandlerFunc {
ServersEnabled: conf.General.ServersEnabled,
ReportsEnabled: conf.General.ReportsEnabled,
ChatlogsEnabled: conf.General.ChatlogsEnabled,
DemosEnabled: conf.General.DemosEnabled,
})
}
}

0 comments on commit bd71d42

Please sign in to comment.