Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mateigrigore committed Jul 16, 2024
1 parent 999f2c6 commit 0995b72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/automationconfig/automation_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ type Auth struct {

type DeletedUser struct {
// User is the username that should be deleted
User string `json:"user",omitempty`
User string `json:"user,omitempty"`
// Dbs is the array of database names from which the authenticated user should be deleted
Dbs []string `json:"dbs",omitempty`
Dbs []string `json:"dbs,omitempty"`
}

type Prometheus struct {
Expand Down

0 comments on commit 0995b72

Please sign in to comment.