quick fix; ok json response ~~

This commit is contained in:
swrup 2025-10-18 20:28:38 +02:00
parent 1674e338ac
commit 5e6f8766fb
4 changed files with 28 additions and 23 deletions

View file

@ -1,7 +1,7 @@
(* hardcoded config for now *)
let amount s = Amount.of_string s |> Result.get_ok
let zero_eur = amount "EUR:0.01"
let zero_eur = amount "EUR:0.00"
let dummy_duration = Ptime.Span.of_int_s 99999999
module Exchange = struct