Skip to content

Commit

Permalink
refactor: ActiveStatus삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
GayeongKimm committed Sep 20, 2024
1 parent 7cb20b8 commit 5ab10c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

public enum ActiveStatus {

ACTIVE, DEACTIVATE, PENDING, DEACTIVATED
ACTIVE, PENDING, DEACTIVATED

}

0 comments on commit 5ab10c4

Please sign in to comment.