Commit 526c396
committed
Fix for parsing questions, from wolfy
THis is taken from wolfymaster@4b0e1c5
However it appears to not work correctly, in the question, there is still a part of the answer.
This is the question as served by jService:
[
{
"id": 1169,
"answer": "Barbie",
"question": "Collectors of this ever-fashionable doll know that she's celebrating the 45th anniversary of her debutBarbieJerry",
"value": 200,
"airdate": "2004-05-31T10:00:00.000Z",
"created_at": "2023-12-15T23:00:48.104Z",
"updated_at": "2023-12-15T23:00:48.104Z",
"category_id": 241,
"game_id": 2645,
"invalid_count": null,
"category": {
"id": 241,
"title": "hobbies",
"created_at": "2023-12-15T23:00:48.004Z",
"updated_at": "2023-12-15T23:00:48.004Z",
"clues_count": 2
}
}
]1 parent b7d0a2c commit 526c396
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
66 | 71 | | |
67 | 72 | | |
68 | 73 | | |
| |||
0 commit comments