Skip to content

Commit

Permalink
Merge pull request #91 from Stainless888/patch-1
Browse files Browse the repository at this point in the history
Update config.go
  • Loading branch information
wrighbr authored Mar 1, 2021
2 parents eff2e5d + 8ad00a3 commit 3ae9582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type ConfigBodyPost struct {
RobotTokenDuration int `json:"robot_token_duration,omitempty"`
LdapVerifyCert bool `json:"ldap_verify_cert,omitempty"`

LdapGroupGID string `json:"ldap_group_id,omitempty"`
LdapGroupGID string `json:"ldap_group_gid,omitempty"`
}

type ConfigBodyResponse struct {
Expand Down

0 comments on commit 3ae9582

Please sign in to comment.