breaking struct adjustment

This commit is contained in:
Clemens 2024-01-12 17:49:07 +01:00 committed by Michael Jerger
parent 1f989f2ecd
commit 7d30d14c76
2 changed files with 1 additions and 2 deletions

View file

@ -97,7 +97,6 @@ func (id ActorID) AsWellKnownNodeInfoUri() string {
// NodeInfo data type
// swagger:model
type NodeInfo struct {
ID int64 `xorm:"pk autoincr"`
Source SourceType
}