Skip to content

Commit

Permalink
Merge pull request #316 from bounswe/315-removing-username-from-surve…
Browse files Browse the repository at this point in the history
…y-request-and-response-to-apply-authentication

removed redundant username field from Survey related requests
  • Loading branch information
aasimdag authored Dec 15, 2024
2 parents d7ed951 + 9740f48 commit b3bb74c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

@Data
public class SurveyRequest {
private String username; // Username of the user
private List<String> fitnessGoals; // List of tag names
private String fitnessLevel; // Beginner, Intermediate, Advanced
}

0 comments on commit b3bb74c

Please sign in to comment.