Skip to content

Commit

Permalink
perf(#153): 금연서약서 enum 삭제
Browse files Browse the repository at this point in the history
- 더 이상 금연서약서를 사용하지 않아 eum을 삭제했어요.
  • Loading branch information
jyj1289 committed Oct 13, 2024
1 parent 946370a commit 9748de7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ public class Templates {
public static final String FORM = "form";
public static final String DOCUMENT = "document";
public static final String RECOMMENDATION = "recommendation";
public static final String NO_SMOKING = "no-smoking";
public static final String ADMISSION_TICKET = "admission-ticket";
public static final String PROOF_OF_APPLICATION = "proof-of-application";
public static final String GRADE_TABLE = "grade-table";
Expand Down

0 comments on commit 9748de7

Please sign in to comment.