Skip to content

Commit

Permalink
changes as per MR
Browse files Browse the repository at this point in the history
  • Loading branch information
hv15 committed Jan 4, 2023
1 parent 6ddbcd3 commit 1a11e11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ func (cc *ConfigContainer) GetTick() time.Duration {
return time.Duration(cc.Tick)
}

func (cc *ConfigContainer) GetHistDays() uint {
return cc.HistDays
}

func (cc *ConfigContainer) GetHistTimeout() uint {
return cc.HistTimeout
}

// Read & unmarshall configuration from 'name' file into configContainer structure
func (cc *ConfigContainer) GetConfig() error {
var (
Expand Down
1 change: 1 addition & 0 deletions internal/model/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ A special thank you goes to:
Seren Ümit
Kilian Cavalotti
Killian Murphy
Hans-Nikolai Vießmann
`

return s
Expand Down

0 comments on commit 1a11e11

Please sign in to comment.