Skip to content

Commit

Permalink
fix : 프롬프트 Response 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
itsme-shawn committed Feb 2, 2024
1 parent 153c680 commit fedc5c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static ChatGptCreationResultDto from(Prompt prompt) {
result.put("키워드", prompt.getKeyword());
}
if (prompt.getManifesto() != null) {
result.put("메니페스", prompt.getManifesto());
result.put("메니페스토", prompt.getManifesto());
}

return ChatGptCreationResultDto.builder()
Expand Down

0 comments on commit fedc5c6

Please sign in to comment.