Skip to content

Commit 73e090b

Browse files
committed
Fix JSON syntax
1 parent c140ab9 commit 73e090b

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
@@ -1736,17 +1736,17 @@
17361736
"contacts": [
17371737
{
17381738
"name": "Piotr Zientara",
1739-
"twitter": "Piotr_Zientara",
1739+
"twitter": "Piotr_Zientara"
17401740
},
17411741
{
17421742
"name": "Piotr Kowalski",
1743-
"twitter": "piecioshka",
1743+
"twitter": "piecioshka"
17441744
},
17451745
{
17461746
"name": "Katarzyna Grabowska",
17471747
"twitter": "kasiarzyna25"
17481748
}
17491749
]
1750-
},
1750+
}
17511751
]
17521752
}

0 commit comments

Comments
 (0)