Files
refactor-kata/kata/moderation/original/state.json
T
2026-05-20 17:42:01 -06:00

12 lines
170 B
JSON

{
"posts": [
{
"id": "post-1",
"text": "free money if you buy now",
"reports": 1,
"status": "pending",
"reviewedAt": null
}
]
}