Skip to content

Commit

Permalink
fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Yinnii committed Oct 17, 2024
1 parent 8764c52 commit dd609a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ public ResponseEntity<String> compareText(@RequestPart("file") MultipartFile fil
TmitocarText tmitoBody = new TmitocarText();
tmitoBody.setTopic(topic);
tmitoBody.setType(type);
tmitoBody.setWordSpec(wordSpec);
tmitoBody.setWordSpec(wordspec);
tmitoBody.setTemplate(template);
tmitoBody.setText(encodedByteString);
tmitoBody.setUuid(email);
Expand Down

0 comments on commit dd609a1

Please sign in to comment.