summaryrefslogtreecommitdiff
path: root/data/personaldb.json
blob: 611387b3bffa7cbfe1519933c9fae61ebb7c4ffd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
  {
    "username": "john_doe",
    "passwordHash": 46792755,
    "fullName": "John Doe",
    "courses": [
      1,
      2
    ],
    "rounds": [
      
    ],
    "clubs": [
    ],
    "nextClubId": 1
  }
]