Skip to content

Commit

Permalink
Update partners.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesycod authored Sep 25, 2024
1 parent 506fbfe commit 4ce0137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/partners.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Partner struct {
CreatedAt time.Time `db:"created_at" json:"created_at" description:"When the partner was created on DB" validate:"required"`
UserID string `db:"user_id" json:"-" description:"User ID of the partner. Is an internal field" validate:"required"`
User *dovetypes.PlatformUser `db:"-" json:"user" description:"The partner's user information" ci:"internal"` // Must be parsed internally
BotID *string `db:"-" json:"bot_id" description:"The bot ID that is associated with the partner"`
BotID *string `db:"bot_id" json:"bot_id" description:"The bot ID that is associated with the partner"`
}

// @ci table=partner_types
Expand Down

0 comments on commit 4ce0137

Please sign in to comment.