Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 1 addition & 79 deletions src/components/meetups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ export const meetups = [
official: true,
},
},
{
node: {
id: "20446155",
name: "GraphQL TLV",
latitude: 32.07,
longitude: 34.77,
city: "Tel Aviv-Yafo",
state: "",
country: "Israel",
link: "https://guild.host/graphql-tlv",
official: false,
},
},
{
node: {
id: "20451795",
Expand All @@ -39,19 +26,6 @@ export const meetups = [
official: true,
},
},
{
node: {
id: "27845373",
name: "GraphQL Hamburg",
latitude: 53.55,
longitude: 10,
city: "Hamburg",
state: "",
country: "Germany",
link: "https://guild.host/graphql-hamburg/",
official: false,
},
},
{
node: {
id: "29671383",
Expand Down Expand Up @@ -88,20 +62,7 @@ export const meetups = [
state: "",
country: "Switzerland",
link: "https://www.meetup.com/graphql-zurich",
official: false,
},
},
{
node: {
id: "32869172",
name: "Copenhagen GraphQL",
latitude: 55.68,
longitude: 12.57,
city: "Copenhagen",
state: "",
country: "Denmark",
link: "https://guild.host/graphql-copenhagen/",
official: false,
official: true,
},
},
{
Expand All @@ -117,19 +78,6 @@ export const meetups = [
official: false,
},
},
{
node: {
id: "bangkok",
name: "GraphQL Bangkok",
latitude: 13.75,
longitude: 100.5,
city: "Bangkok",
state: "",
country: "Thailand",
link: "https://www.meetup.com/graphql-bangkok",
official: false,
},
},
{
node: {
id: "bialystock",
Expand Down Expand Up @@ -182,19 +130,6 @@ export const meetups = [
official: true,
},
},
{
node: {
id: "nairobe",
name: "GraphQL Nairobi",
latitude: -1.29,
longitude: 36.82,
city: "Nairobi",
state: "",
country: "Kenya",
link: "https://www.meetup.com/nairobi-graphql-meetup/",
official: false,
},
},
{
node: {
id: "new-york",
Expand Down Expand Up @@ -260,19 +195,6 @@ export const meetups = [
official: false,
},
},
{
node: {
id: "taipei",
name: "GraphQL Taipei",
latitude: 25.11,
longitude: 121.6,
city: "Taipei",
state: "",
country: "Taiwan",
link: "https://guild.host/graphql-taipei/events",
official: false,
},
},
].sort((a, z) =>
a.node.name
.replace(/\s*GraphQL\s*/, "")
Expand Down
Loading