Skip to content

Commit

Permalink
Chore: hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
swgvenghy committed Dec 6, 2024
1 parent cb74cca commit 445020e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/use-preset-button.hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const usePresetButton = () => {
const korean_type = type === 'SUSI' ? '수시' : type === 'JEONGSI' ? '정시' : '편입';

const response =
await fetchResponse(`${korean_type}${detailTypeName}전형에 대해 설명해줘 단 아래의 출력 형식을 반드시 따라줘
await fetchResponse(`${korean_type}${detailTypeName} 대해 설명해줘 단 아래의 출력 형식을 반드시 따라줘
**[전형제목]**
**[전형방법]**
**[지원자격]**
Expand Down

0 comments on commit 445020e

Please sign in to comment.