Skip to content

Commit

Permalink
support 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
ushitora-anqou committed Dec 27, 2024
1 parent 65957a3 commit 200a605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/web_server.ml
Original file line number Diff line number Diff line change
Expand Up @@ -550,13 +550,15 @@ let generate_json in_filename =
let%lwt models_2022 = get_models ~year:2022 ~depth:1 pool in
let%lwt models_2023 = get_models ~year:2023 ~depth:1 pool in
let%lwt models_2024 = get_models ~year:2024 ~depth:1 pool in
let%lwt models_2025 = get_models ~year:2025 ~depth:1 pool in
`Assoc
[
("gl", model_gl);
("account", model_account);
("2022", models_2022);
("2023", models_2023);
("2024", models_2024);
("2025", models_2025);
]
|> Lwt.return
in
Expand Down

0 comments on commit 200a605

Please sign in to comment.