fix wrong time conversions
This commit is contained in:
parent
3e9b5f483b
commit
a287461698
2 changed files with 3 additions and 3 deletions
|
|
@ -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"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue