Fix possible errors

This commit is contained in:
NobyDa 2019-09-27 18:31:04 +08:00
parent 7e6951ae9e
commit bb990cd4cc
1 changed files with 1 additions and 1 deletions

View File

@ -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)});