Skip to content

Commit 9deb7a4

Browse files
committed
Fix JSON syntax
1 parent 8242fd1 commit 9deb7a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/supporters.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,17 +1731,17 @@
17311731
"contacts": [
17321732
{
17331733
"name": "Piotr Zientara",
1734-
"twitter": "Piotr_Zientara",
1734+
"twitter": "Piotr_Zientara"
17351735
},
17361736
{
17371737
"name": "Piotr Kowalski",
1738-
"twitter": "piecioshka",
1738+
"twitter": "piecioshka"
17391739
},
17401740
{
17411741
"name": "Katarzyna Grabowska",
17421742
"twitter": "kasiarzyna25"
17431743
}
17441744
]
1745-
},
1745+
}
17461746
]
17471747
}

0 commit comments

Comments
 (0)