From 00aea60eaaa1555427d1b5471e007a290b9ed6fb Mon Sep 17 00:00:00 2001 From: William Katz Date: Mon, 14 Jun 2021 21:24:14 -0700 Subject: [PATCH] Update users.json --- users.json | 44 +++++--------------------------------------- 1 file changed, 5 insertions(+), 39 deletions(-) diff --git a/users.json b/users.json index 9f79054..b785785 100644 --- a/users.json +++ b/users.json @@ -1,42 +1,8 @@ { - "jolly" : + "" : { - "balance" : 139, - "log" : - [ - { - "amount" : 100, - "from" : "twix", - "time" : 1623555387199, - "to" : "jolly" - }, - { - "amount" : 39, - "from" : "twix", - "time" : 1623693328822, - "to" : "jolly" - } - ], - "password" : 746744014776526199 + "balance" : 0, + "log" : null, + "password" : 0 }, - "twix" : - { - "balance" : 9861, - "log" : - [ - { - "amount" : 100, - "from" : "twix", - "time" : 1623555387199, - "to" : "jolly" - }, - { - "amount" : 39, - "from" : "twix", - "time" : 1623693328822, - "to" : "jolly" - } - ], - "password" : 746744014776526199 - } -} \ No newline at end of file +}