If not set, Public should be true by default

pull/2354/head
Luke Morris 2017-11-13 11:58:07 -08:00
parent b731481fdc
commit b38730afd5
1 changed files with 1 additions and 1 deletions

View File

@ -968,7 +968,7 @@ func (m *Organization) GetPublic() bool {
if m != nil {
return m.Public
}
return false
return true
}
func init() {