diff options
author | emkael <emkael@tlen.pl> | 2018-04-15 21:15:29 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-04-15 21:15:40 +0200 |
commit | 7982674b7ac41c5c9f2bf25f7718016737aa9ffe (patch) | |
tree | 3140ee7535d46b2403f41863d5f4f55bad099b30 /2sw.json | |
parent | fd6eb32925197f9eb287f9c9705821f0c3b8711d (diff) |
One more attempt.
Diffstat (limited to '2sw.json')
-rw-r--r-- | 2sw.json | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -41,20 +41,20 @@ ]
},
{
- "id": 3,
- "table": 2,
+ "id": 2,
+ "table": 3,
"teams": [
- {"place": [7]},
- {"place": [10]}
+ {"place": [8]},
+ {"place": [9]}
],
"winner": [7, 8]
},
{
- "id": 2,
- "table": 3,
+ "id": 3,
+ "table": 2,
"teams": [
- {"place": [8]},
- {"place": [9]}
+ {"place": [7]},
+ {"place": [10]}
],
"winner": [7, 8]
},
|