Skip to content

Commit

Permalink
Update user_model.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Hannes Mehnert <hannes@mehnert.org>
  • Loading branch information
PizieDust and hannesm authored Jul 3, 2024
1 parent 07b887c commit 41d1b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_model.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type user = {
email : string;
password : string;
uuid : string;
token : token option;
token : token list;
}

let user_to_json u : Yojson.Basic.t =
Expand Down

0 comments on commit 41d1b38

Please sign in to comment.