Skip to content

Commit f3acc18

Browse files
committed
polish
1 parent 096223c commit f3acc18

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

website/src/components/meetups.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ export const meetups = [
4949
state: "",
5050
country: "il",
5151
link: "https://www.meetup.com/graphql-tlv",
52-
__typename: "Group",
5352
},
54-
__typename: "ProNetworkGroupEdge",
5553
},
5654
{
5755
node: {
@@ -63,9 +61,7 @@ export const meetups = [
6361
state: "",
6462
country: "ch",
6563
link: "https://www.meetup.com/graphql-zurich",
66-
__typename: "Group",
6764
},
68-
__typename: "ProNetworkGroupEdge",
6965
},
7066
{
7167
node: {
@@ -77,9 +73,7 @@ export const meetups = [
7773
state: "WA",
7874
country: "us",
7975
link: "https://www.meetup.com/graphql-seattle",
80-
__typename: "Group",
8176
},
82-
__typename: "ProNetworkGroupEdge",
8377
},
8478
{
8579
node: {
@@ -91,9 +85,7 @@ export const meetups = [
9185
state: "CA",
9286
country: "us",
9387
link: "https://www.meetup.com/sf-graphql",
94-
__typename: "Group",
9588
},
96-
__typename: "ProNetworkGroupEdge",
9789
},
9890
{
9991
node: {
@@ -105,9 +97,7 @@ export const meetups = [
10597
state: "",
10698
country: "de",
10799
link: "https://www.meetup.com/graphql-gathering-eu",
108-
__typename: "Group",
109100
},
110-
__typename: "ProNetworkGroupEdge",
111101
},
112102
{
113103
node: {
@@ -119,9 +109,7 @@ export const meetups = [
119109
state: "",
120110
country: "nl",
121111
link: "https://www.meetup.com/amsterdam-graphql-meetup",
122-
__typename: "Group",
123112
},
124-
__typename: "ProNetworkGroupEdge",
125113
},
126114
{
127115
node: {
@@ -133,9 +121,7 @@ export const meetups = [
133121
state: "",
134122
country: "dk",
135123
link: "https://www.meetup.com/copenhagen-graphql-meetup-group",
136-
__typename: "Group",
137124
},
138-
__typename: "ProNetworkGroupEdge",
139125
},
140126
{
141127
node: {
@@ -147,9 +133,7 @@ export const meetups = [
147133
state: "",
148134
country: "de",
149135
link: "https://www.meetup.com/graphql-hamburg",
150-
__typename: "Group",
151136
},
152-
__typename: "ProNetworkGroupEdge",
153137
},
154138
{
155139
node: {
@@ -161,8 +145,6 @@ export const meetups = [
161145
state: "TX",
162146
country: "us",
163147
link: "https://www.meetup.com/atx-graphql",
164-
__typename: "Group",
165148
},
166-
__typename: "ProNetworkGroupEdge",
167149
},
168150
]

0 commit comments

Comments
 (0)