Skip to content

Commit 39df88c

Browse files
Fix congressional social name
1 parent 5de0ac4 commit 39df88c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

congressional.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ type CongressionalDistrict struct {
3030
}
3131
*/
3232
type 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"`

0 commit comments

Comments
 (0)