Skip to content

Commit 138cbbb

Browse files
authored
Remove defunct meetups, mark Zurich as official (#2358)
1 parent a911dfc commit 138cbbb

File tree

1 file changed

+1
-79
lines changed

1 file changed

+1
-79
lines changed

src/components/meetups.ts

Lines changed: 1 addition & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@ export const meetups = [
1313
official: true,
1414
},
1515
},
16-
{
17-
node: {
18-
id: "20446155",
19-
name: "GraphQL TLV",
20-
latitude: 32.07,
21-
longitude: 34.77,
22-
city: "Tel Aviv-Yafo",
23-
state: "",
24-
country: "Israel",
25-
link: "https://guild.host/graphql-tlv",
26-
official: false,
27-
},
28-
},
2916
{
3017
node: {
3118
id: "20451795",
@@ -39,19 +26,6 @@ export const meetups = [
3926
official: true,
4027
},
4128
},
42-
{
43-
node: {
44-
id: "27845373",
45-
name: "GraphQL Hamburg",
46-
latitude: 53.55,
47-
longitude: 10,
48-
city: "Hamburg",
49-
state: "",
50-
country: "Germany",
51-
link: "https://guild.host/graphql-hamburg/",
52-
official: false,
53-
},
54-
},
5529
{
5630
node: {
5731
id: "29671383",
@@ -88,20 +62,7 @@ export const meetups = [
8862
state: "",
8963
country: "Switzerland",
9064
link: "https://www.meetup.com/graphql-zurich",
91-
official: false,
92-
},
93-
},
94-
{
95-
node: {
96-
id: "32869172",
97-
name: "Copenhagen GraphQL",
98-
latitude: 55.68,
99-
longitude: 12.57,
100-
city: "Copenhagen",
101-
state: "",
102-
country: "Denmark",
103-
link: "https://guild.host/graphql-copenhagen/",
104-
official: false,
65+
official: true,
10566
},
10667
},
10768
{
@@ -117,19 +78,6 @@ export const meetups = [
11778
official: false,
11879
},
11980
},
120-
{
121-
node: {
122-
id: "bangkok",
123-
name: "GraphQL Bangkok",
124-
latitude: 13.75,
125-
longitude: 100.5,
126-
city: "Bangkok",
127-
state: "",
128-
country: "Thailand",
129-
link: "https://www.meetup.com/graphql-bangkok",
130-
official: false,
131-
},
132-
},
13381
{
13482
node: {
13583
id: "bialystock",
@@ -182,19 +130,6 @@ export const meetups = [
182130
official: true,
183131
},
184132
},
185-
{
186-
node: {
187-
id: "nairobe",
188-
name: "GraphQL Nairobi",
189-
latitude: -1.29,
190-
longitude: 36.82,
191-
city: "Nairobi",
192-
state: "",
193-
country: "Kenya",
194-
link: "https://www.meetup.com/nairobi-graphql-meetup/",
195-
official: false,
196-
},
197-
},
198133
{
199134
node: {
200135
id: "new-york",
@@ -260,19 +195,6 @@ export const meetups = [
260195
official: false,
261196
},
262197
},
263-
{
264-
node: {
265-
id: "taipei",
266-
name: "GraphQL Taipei",
267-
latitude: 25.11,
268-
longitude: 121.6,
269-
city: "Taipei",
270-
state: "",
271-
country: "Taiwan",
272-
link: "https://guild.host/graphql-taipei/events",
273-
official: false,
274-
},
275-
},
276198
].sort((a, z) =>
277199
a.node.name
278200
.replace(/\s*GraphQL\s*/, "")

0 commit comments

Comments
 (0)