include username lol
This commit is contained in:
parent
51a2b386ea
commit
c46e8806d0
@ -63,6 +63,7 @@ type physicalData struct {
|
||||
}
|
||||
|
||||
type rsvpData struct {
|
||||
Username string
|
||||
Being string
|
||||
PhysicalData *physicalData `yaml:"PhysicalData,omitempty"`
|
||||
Freeform string
|
||||
@ -151,6 +152,7 @@ func rsvp(o opts) error {
|
||||
}
|
||||
|
||||
rd := rsvpData{
|
||||
Username: o.Username,
|
||||
Being: being,
|
||||
Freeform: freeform,
|
||||
PhysicalData: pd}
|
||||
|
Loading…
x
Reference in New Issue
Block a user