Skip to content

Commit

Permalink
Fixed FormFillRequestDTO class
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoabreu-levio committed Jun 27, 2024
1 parent 0cd35c6 commit 459dbc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class FormFillRequestDTO {
public FormFillRequestDTO(String emailId, String formKey, String formS3ObjectKey) {
this.emailId = emailId;
this.formKey = formKey;
this.formS3URI = formS3URI;
this.formS3URI = formS3ObjectKey;
}

public String toJson() {
Expand Down

0 comments on commit 459dbc3

Please sign in to comment.