From fa29c2f2a5df590893f4b2dfcbf364dd0db91e16 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Tue, 11 Dec 2018 18:29:02 +0900 Subject: [PATCH] Unquote userId --- src/views/credits/people.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/credits/people.json b/src/views/credits/people.json index dafef34f2..986b4990c 100644 --- a/src/views/credits/people.json +++ b/src/views/credits/people.json @@ -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" }, {