Skip to content

Commit

Permalink
oops had an extra m (#760)
Browse files Browse the repository at this point in the history
this caused parsing to break
  • Loading branch information
smonero authored May 28, 2024
1 parent d1c42f1 commit c88db3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/config/raw/global_cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type ExtraGithubRateLimit struct {
GHSlug string `yaml:"gh_slug" json:"gh_slug"`
GHAppID int `yaml:"gh_app_id" json:"gh_app_id"`
GHAppKeyPath string `yaml:"gh_app_key_path" json:"gh_app_key_path"`
GHWebHookSecret string `yamml:"gh_webhook_secret" json:"gh_webhook_secret"`
GHWebHookSecret string `yaml:"gh_webhook_secret" json:"gh_webhook_secret"`
}

func (t ExtraGithubRateLimit) ToValid() valid.ExtraGithubRateLimit {
Expand Down

0 comments on commit c88db3c

Please sign in to comment.