Skip to content

Commit

Permalink
[backend] Update description of user variables (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 authored Oct 18, 2024
1 parent 88299c2 commit 3591c60
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ public class VariableHelper {
VariableType.String, One, List.of(
variable(USER + ".id", "Id of the user in the platform", VariableType.String, One),
variable(USER + ".email", "Email of the user", VariableType.String, One),
variable(USER + ".firstname", "Firstname of the user", VariableType.String, One),
variable(USER + ".lastname", "Lastname of the user", VariableType.String, One),
variable(USER + ".lang", "Lang of the user", VariableType.String, One)
variable(USER + ".firstname", "First name of the user", VariableType.String, One),
variable(USER + ".lastname", "Last name of the user", VariableType.String, One),
variable(USER + ".lang", "Language of the user", VariableType.String, One)
));

public static final ContractVariable exerciceVariable = variable(EXERCISE, "Exercise of the current injection",
Expand Down

0 comments on commit 3591c60

Please sign in to comment.