add image-overlay

This commit is contained in:
Swrup 2025-04-15 08:39:45 +02:00
parent cd4fc18585
commit 26b17f57cd
10 changed files with 132 additions and 77 deletions

View file

@ -96,7 +96,7 @@ module Test_user = struct
let get_image () =
(check unit_result) "is ok" (Ok ())
(let* id = get_id () in
let* _image_data : string = User.get_image id in
let* _image_data : string = User.get_image_data id in
Ok () );
()