fix wrong time conversions

This commit is contained in:
silva guimaraes 2025-06-28 22:42:55 -03:00
parent 3e9b5f483b
commit a287461698
2 changed files with 3 additions and 3 deletions

View file

@ -228,7 +228,7 @@ let fetch_matches ctx =
ctx.id ctx.season order
|> get |> Yojson.Safe.from_string |> api_events_of_yojson
|> matches_of_api_events
with Failure str when str = "Not Found" -> []
with Failure str when str = "Not Found" -> [] (* FIXME *)
in
Tournament.make ctx (List.append (g "last") (g "next"))