Skip to content

Commit 896dc90

Browse files
committed
fix: 누락 필드 추가
1 parent 2679e06 commit 896dc90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package org.layer.admin.retrospect.enums;
22

33
public enum AdminAnalysisStatus {
4-
PROCEEDING, DONE
4+
NOT_STARTED, PROCEEDING, DONE
55
}

0 commit comments

Comments
 (0)