diff options
Diffstat (limited to 'internal/models/github.go')
| -rw-r--r-- | internal/models/github.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/models/github.go b/internal/models/github.go index fc1c9c3..3b7fc73 100644 --- a/internal/models/github.go +++ b/internal/models/github.go @@ -9,4 +9,5 @@ type GitHubLead struct { Website string `json:"website,omitempty"` Twitter string `json:"twitter,omitempty"` PFP string `json:"pfp,omitempty"` + Bio string `json:"bio,omitempty"` } |
