diff options
Diffstat (limited to 'test.json')
| -rw-r--r-- | test.json | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -17,7 +17,7 @@ "fullName": "GUYHERE", "courses": [], "rounds": [], - "invites" : [] + "invites": [] }, { "clubs": [], @@ -111,8 +111,8 @@ } ], "currentHoleIndex": 2, - "totalDistance": 1108.0, "totalSwings": 5, + "totalDistance": 1108.0, "currentHole": { "number": 3, "par": 4 @@ -147,8 +147,8 @@ } ], "currentHoleIndex": 9, - "totalDistance": 204.0, "totalSwings": 1, + "totalDistance": 204.0, "currentHole": { "number": 10, "par": 3 @@ -156,5 +156,15 @@ } ], "invites": [] + }, + { + "clubs": [], + "nextClubId": 1, + "username": "sowgro", + "passwordHash": -896456343, + "fullName": "sowgro", + "courses": [], + "rounds": [], + "invites": [] } ]
\ No newline at end of file |
