Skip to content

Commit

Permalink
Fixed minor misspell in config json key name
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham19may committed Dec 7, 2024
1 parent fc9652c commit ea1d32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mongodb/internal/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type Config struct {
ReadPreference string `json:"read_preference"`
Srv bool `json:"srv"`
ServerRAM uint `json:"server_ram"`
Database string `json:"databsae"`
Database string `json:"database"`
}

func (c *Config) URI() string {
Expand Down

0 comments on commit ea1d32d

Please sign in to comment.