Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitiwat-owen committed Feb 25, 2024
1 parent 0149cd6 commit a9ba275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfgldr/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func LoadConfig() (*Config, error) {
}

sendgridCfgLdr := viper.New()
sendgridCfgLdr.SetEnvPrefix("SENDRID")
sendgridCfgLdr.SetEnvPrefix("SENDGRID")
sendgridCfgLdr.AutomaticEnv()
sendgridCfgLdr.AllowEmptyEnv(false)
sendgridConfig := Sendgrid{}
Expand Down

0 comments on commit a9ba275

Please sign in to comment.