-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
85 lines (85 loc) · 1.39 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"players": [
{
"name": "ranger",
"balance": 9000,
"tickets": [
{
"numbers": [
13,
20,
16,
33,
15
],
"isPlayerTicket": true,
"id": 1
},
{
"numbers": [
22,
27,
11,
24,
31
],
"isPlayerTicket": true,
"id": 2
}
],
"totalWinnings": 0,
"id": 100872
},
{
"name": "Sifduijgdfg",
"balance": 10000,
"tickets": [
{
"numbers": [
13,
20,
16,
33,
15
],
"isPlayerTicket": true,
"id": 1
}
],
"totalWinnings": 0,
"id": 6055
},
{
"name": "Kornel",
"balance": 10000,
"tickets": [],
"totalWinnings": 0,
"id": 31622
},
{
"name": "Pista",
"balance": 10000,
"tickets": [],
"totalWinnings": 0,
"id": 510193
},
{
"name": "jeno",
"balance": 10000,
"tickets": [],
"totalWinnings": 0,
"id": 892943
},
{
"name": "shramek",
"balance": 10000,
"tickets": [],
"totalWinnings": 0,
"id": 722076
}
],
"operator": {
"balance": 0,
"submittedTickets": []
}
}