Skip to content

Commit

Permalink
Merge pull request #113 from Princess-in-silvertown/feat/112
Browse files Browse the repository at this point in the history
Feat: 공휴일 이벤트 타입 추가
  • Loading branch information
loveysuby authored Oct 3, 2024
2 parents 437546a + e3fdbff commit 8f66795
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/slvtwn/khu/toyouserver/domain/EventType.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package slvtwn.khu.toyouserver.domain;

import jakarta.persistence.Embeddable;

public enum EventType {

BIRTHDAY,
;
BIRTHDAY, HOLIDAY
}

0 comments on commit 8f66795

Please sign in to comment.