mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Unquote userId
This commit is contained in:
parent
26e821214a
commit
fa29c2f2a5
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
{
|
||||
"userName": "shaanmasala",
|
||||
"userId": "29995562",
|
||||
"userId": 29995562,
|
||||
"name": "Yusuf Ahmad"
|
||||
},
|
||||
{
|
||||
|
@ -151,7 +151,7 @@
|
|||
},
|
||||
{
|
||||
"userName": "KayOh",
|
||||
"userId": "3018280",
|
||||
"userId": 3018280,
|
||||
"name": "Kristin Osiecki"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue