If not set, Public should be true by default
parent
b731481fdc
commit
b38730afd5
|
@ -968,7 +968,7 @@ func (m *Organization) GetPublic() bool {
|
|||
if m != nil {
|
||||
return m.Public
|
||||
}
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in New Issue