Skip to content

Commit

Permalink
refactor: delete duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
swgvenghy committed Dec 6, 2024
1 parent 445020e commit e4ca134
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 @@ -67,7 +67,7 @@ const usePresetButton = () => {

if (category === 'PASSING_RESULT' || category === 'PAST_QUESTIONS' || category === 'INTERVIEW_PRACTICAL_TEST') {
const response = await customCategoryFetchResponse(
`${selectedName}전형의 모든 학과에 대한 ${question}알려줘`,
`${selectedName} 모든 학과에 대한 ${question}알려줘`,
category,
);
updateStateWithResponse(response);
Expand Down

0 comments on commit e4ca134

Please sign in to comment.