diff --git a/Surge/JS/gyroscope.js b/Surge/JS/gyroscope.js index 9ae84e4..3ba6293 100644 --- a/Surge/JS/gyroscope.js +++ b/Surge/JS/gyroscope.js @@ -10,5 +10,5 @@ QX & Surge MITM = api.gyrosco.pe */ let obj = JSON.parse($response.body); -obj.user.active_until_time = "2099-01-01T00:00:00Z"; +obj.user["active_until_time"] = "2099-01-01T00:00:00Z"; $done({body: JSON.stringify(obj)}); \ No newline at end of file