Skip to content

Commit 440ebe4

Browse files
committed
make generate
1 parent b262dd2 commit 440ebe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

receiver/mongodbatlasreceiver/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ func (c *Config) Validate() error {
141141
var errs error
142142

143143
if c.BaseURL == "" {
144-
c.BaseURL = mongodbatlas.CloudURL
145-
}
144+
c.BaseURL = mongodbatlas.CloudURL
145+
}
146146

147147
if err := validateEndpoint(c.BaseURL); err != nil {
148148
return fmt.Errorf("invalid base_url %q: %w", c.BaseURL, err)

0 commit comments

Comments
 (0)