Skip to content

Commit

Permalink
Merge pull request #266 from JNU-econovation/refactor/BE-99
Browse files Browse the repository at this point in the history
[BE-99] PASS_STATE_KEY 값 변경 복구
  • Loading branch information
rlajm1203 authored Sep 18, 2024
2 parents 8fee217 + 26dc735 commit 2c72741
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class RecruitStatic {
public static Set<String> CRETERIA_SET =
new HashSet<>(Arrays.asList("열정/실천력", "동아리 애착", "협업", "태도"));

public static final String PASS_STATE_KEY = "state";
public static final String PASS_STATE_KEY = "passState";

public static final String APPLICANT_SUCCESS_REGISTER_MESSAGE = "성공적으로 지원됐습니다";
public static final String NO_MATCH_INTERVIEWER_MESSAGE = "해당하는 면접관이 없습니다.";
Expand Down

0 comments on commit 2c72741

Please sign in to comment.