diff options
Diffstat (limited to 'data/personaldb.json')
| -rw-r--r-- | data/personaldb.json | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/data/personaldb.json b/data/personaldb.json index 6d14087..10dd8bb 100644 --- a/data/personaldb.json +++ b/data/personaldb.json @@ -101,12 +101,12 @@ } ], "currentHoleIndex": 2, - "totalDistance": 1108.0, "currentHole": { "number": 3, "par": 4 }, - "totalSwings": 5 + "totalSwings": 5, + "totalDistance": 1108.0 }, { "course": 1, @@ -137,14 +137,24 @@ } ], "currentHoleIndex": 9, - "totalDistance": 204.0, "currentHole": { "number": 10, "par": 3 }, - "totalSwings": 1 + "totalSwings": 1, + "totalDistance": 204.0 } ], "invites": [] + }, + { + "clubs": [], + "nextClubId": 1, + "username": "GUYHERE2", + "passwordHash": 3556498, + "fullName": "GUYHERE2", + "courses": [], + "rounds": [], + "invites": [] } ]
\ No newline at end of file |
