fix my stupidity and hope that commits will be squashed during pr...
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Daniel Herrmann 2024-03-09 22:10:29 +01:00
parent 1b25245a2d
commit 5975bfd501
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ type Team struct {
Updated time.Time `xorm:"updated" json:"updated"`
// Defines wether the team should be publicly discoverable when sharing a project
IsPublic bool `xorm:"not null default 0" json:"is_public"`
IsPublic bool `xorm:"not null default false" json:"is_public"`
// Query parameter controlling whether to include public projects or not
IncludePublic bool `xorm:"-" query:"include_public" json:"include_public"`