Skip to content

Commit 9c72c0a

Browse files
committed
Merge branch 'develop' of https://github.com/JECT-Study/JECT2-4th-Server into develop
2 parents c8b534d + 5b9616e commit 9c72c0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/ject/vs/vote/domain/VoteDuration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public enum VoteDuration {
1515
MINUTES_15(Duration.ofMinutes(15)),
1616
HOURS_12(Duration.ofHours(12)),
1717
HOURS_24(Duration.ofHours(24)),
18+
HOURS_48(Duration.ofHours(48)),
1819
HOURS_72(Duration.ofHours(72));
1920

2021
private final Duration value;

0 commit comments

Comments
 (0)