Skip to content

Commit

Permalink
로직 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
qogustj committed Jul 4, 2024
1 parent 79904a2 commit 0171bff
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ public EmailResDto createMail(WindyfloReq windyfloReq) throws IOException {
// emailResDto = extractEmailTemplate(result.getText());
//// System.out.println(result.getText());
}
r.
eturn emailResDto;
return emailResDto;
}

public EmailResDto extractEmailTemplate(Object input) throws IOException {
Expand Down

0 comments on commit 0171bff

Please sign in to comment.