File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ type CongressionalDistrict struct {
3030}
3131*/
3232type Legislator struct {
33- Type string `json:"type"`
34- Bio Bio `json:"bio"`
35- Contact Contact `json:"contact"`
36- Social Social `json:"social"`
37- References References `json:"references"`
38- Source string `json:"source"`
33+ Type string `json:"type"`
34+ Bio Bio `json:"bio"`
35+ Contact Contact `json:"contact"`
36+ Social CongressionalSocial `json:"social"`
37+ References References `json:"references"`
38+ Source string `json:"source"`
3939}
4040
4141// Bio field
@@ -82,7 +82,7 @@ type Contact struct {
8282 "youtube_id": "UCPJGVbOVcAVGiBwq8qr_T9w"
8383}
8484*/
85- type Social struct {
85+ type CongressionalSocial struct {
8686 RSSURL string `json:"rss_url"`
8787 Twitter string `json:"twitter"`
8888 Facebook string `json:"facebook"`
You can’t perform that action at this time.
0 commit comments