Skip to content

Commit

Permalink
Convert user id to string for ease of usage
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavb committed Jul 16, 2024
1 parent 3a9c60c commit f1590b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JimBroBot/DomainTypes.fs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ type ExerciseLogItem =
Details: ExerciseLogDetails }

type User =
{ Id: uint64
{ Id: string
Exercises: ExerciseInfo seq
ExerciseLog: ExerciseLogItem seq }

0 comments on commit f1590b0

Please sign in to comment.