diff options
Diffstat (limited to 'data/personaldb.json')
| -rw-r--r-- | data/personaldb.json | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/data/personaldb.json b/data/personaldb.json index 078c1bb..9b9709d 100644 --- a/data/personaldb.json +++ b/data/personaldb.json @@ -82,11 +82,11 @@ ], "currentHoleIndex": 2, "totalSwings": 5, + "totalDistance": 1108.0, "currentHole": { "number": 3, "par": 4 - }, - "totalDistance": 1108.0 + } }, { "course": 1, @@ -118,12 +118,23 @@ ], "currentHoleIndex": 9, "totalSwings": 1, + "totalDistance": 204.0, "currentHole": { "number": 10, "par": 3 - }, - "totalDistance": 204.0 + } } - ] + ], + "invites": [] + }, + { + "clubs": [], + "nextClubId": 1, + "username": "sowgro", + "passwordHash": 389416948, + "fullName": "tyler f", + "courses": [], + "rounds": [], + "invites": [] } ]
\ No newline at end of file |
