Changed timeline order in example snippet.

Signed-off-by: João Mikos <jmikos@seatgeek.com>
This commit is contained in:
João Mikos
2024-02-20 11:59:55 +01:00
parent 2b3ee35991
commit 0453619c81
2 changed files with 11 additions and 6 deletions
+6 -6
View File
@@ -170,17 +170,17 @@ The TS example can be found [here](src/sample.ts).
"url": "#",
"quadrant": "1",
"timeline": [
{
"moved": 0,
"ringId": "trial",
"date": "2022-02-06",
"description": "Long description for trial"
},
{
"moved": 1,
"ringId": "adopt",
"date": "2022-02-08",
"description": "Long description for adopt"
},
{
"moved": 0,
"ringId": "trial",
"date": "2022-02-06",
"description": "Long description for trial"
}
]
},