Skip to content

Commit

Permalink
Use literal placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasting98 committed Mar 14, 2024
1 parent ba0a55b commit 161abee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public JsonResult execute()
String instructorEmail = createRequest.getInstructorEmail().trim();
String instructorInstitution = createRequest.getInstructorInstitution().trim();
// TODO: This is a placeholder. It should be obtained from AccountCreateRequest, in a separate PR.
String comments = new String();
String comments = "PLACEHOLDER";

AccountRequest accountRequest;

Expand Down

0 comments on commit 161abee

Please sign in to comment.