mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-01 04:12:10 +00:00
breaking struct adjustment
This commit is contained in:
parent
1f989f2ecd
commit
7d30d14c76
2 changed files with 1 additions and 2 deletions
|
@ -97,7 +97,6 @@ func (id ActorID) AsWellKnownNodeInfoUri() string {
|
|||
// NodeInfo data type
|
||||
// swagger:model
|
||||
type NodeInfo struct {
|
||||
ID int64 `xorm:"pk autoincr"`
|
||||
Source SourceType
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue