Skip to content

Commit

Permalink
fix: 편지 상태 추가 #3
Browse files Browse the repository at this point in the history
  • Loading branch information
623nana committed Aug 14, 2021
1 parent ae3e07f commit 456bd34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/nexters/covid/letter/domain/State.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.nexters.covid.letter.domain;

public enum State {
// TODO: 회의 해서 정의 필요
SEND,
PENDING
PENDING,
DISPLAYED
}

0 comments on commit 456bd34

Please sign in to comment.