From bb990cd4cc9154a922b2566834754f2bc868801a Mon Sep 17 00:00:00 2001 From: NobyDa <53217160+NobyDa@users.noreply.github.com> Date: Fri, 27 Sep 2019 18:31:04 +0800 Subject: [PATCH] Fix possible errors --- Surge/JS/gyroscope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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