mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-13 02:59:44 +00:00
fix(deps): update golang-packages (#5336)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: qwerty287 <qwerty287@posteo.de>
This commit is contained in:
@@ -22,7 +22,7 @@ type Org struct {
|
||||
IsUser bool `json:"is_user" xorm:"is_user"`
|
||||
// if name lookup has to check for membership or not
|
||||
Private bool `json:"-" xorm:"private"`
|
||||
} // @name Org
|
||||
} // @name Org
|
||||
|
||||
// TableName return database table name for xorm.
|
||||
func (Org) TableName() string {
|
||||
|
Reference in New Issue
Block a user