Skip to content

Commit

Permalink
Merge pull request #137 from FloRul/form-processor-custom-form
Browse files Browse the repository at this point in the history
add missing comma
  • Loading branch information
joelbalcaen authored Apr 2, 2024
2 parents 3317ccc + 6934a5e commit 816a659
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public FormFillRequestDTO(String emailId, String formKey, String attachmentKey)
public String toJson() {
return "{" +
"\"emailId\":\"" + emailId + "\"," +
"\"formKey\":\"" + formKey + "\"" +
"\"formKey\":\"" + formKey + "\"," +
"\"attachmentKey\":\"" + attachmentKey + "\"" +
"}";
}
Expand Down

0 comments on commit 816a659

Please sign in to comment.