Skip to content

Commit

Permalink
Merge pull request #49 from LikeLion-KNU/chore/resultType
Browse files Browse the repository at this point in the history
chore: resultType 10cm to tencm
  • Loading branch information
toothlessdev authored Sep 11, 2024
2 parents 86190bb + 7a7abbf commit 3065c5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants/results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const results = [
department: "피지컬",
},
{
resultType: "10cm",
resultType: "tencm",
clubs: ["청음반", "우리노래반"],
typeName: "어쿠스틱 감성을 즐기는 10cm형",
iconName: "art",
Expand Down
2 changes: 1 addition & 1 deletion src/services/StageRoot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const StageRoot = new TreeNode.Builder({
new TreeNode.Builder({
question: null,
choice: "어쿠스틱 감성 있지~",
resultType: "10cm",
resultType: "tencm",
}).build(),
)
.setRight(
Expand Down

0 comments on commit 3065c5a

Please sign in to comment.