diff options
Diffstat (limited to 'data')
| -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..86a9334 100644 --- a/data/personaldb.json +++ b/data/personaldb.json @@ -1,5 +1,15 @@ [ { + "clubs": [], + "nextClubId": 1, + "username": "test", + "passwordHash": 3556498, + "fullName": "test", + "courses": [], + "rounds": [], + "invites": [] + }, + { "clubs": [ { "id": 1, @@ -81,12 +91,12 @@ } ], "currentHoleIndex": 2, - "totalSwings": 5, + "totalDistance": 1108.0, "currentHole": { "number": 3, "par": 4 }, - "totalDistance": 1108.0 + "totalSwings": 5 }, { "course": 1, @@ -117,13 +127,14 @@ } ], "currentHoleIndex": 9, - "totalSwings": 1, + "totalDistance": 204.0, "currentHole": { "number": 10, "par": 3 }, - "totalDistance": 204.0 + "totalSwings": 1 } - ] + ], + "invites": [] } ]
\ No newline at end of file |
