Skip to content

Commit e594b18

Browse files
committed
🐛 [fix] 작업 기록 ENUM 수정
1 parent c65eb72 commit e594b18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/constants/admin.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ export const API_LOGS_DIVISION_LIST: Option[] = [
2626
{ content: '댓글 추가', value: 'COMMENT_ADDED' },
2727
{ content: '댓글 수정', value: 'COMMENT_UPDATED' },
2828
{ content: '작업 상태 변경', value: 'STATUS_CHANGED' },
29-
{ content: '작업 완료', value: 'TASK_COMPLETED' },
30-
{ content: '작업 실패', value: 'TASK_FAILED' },
3129
{ content: '작업 조회', value: 'TASK_VIEWED' }
3230
]
3331

0 commit comments

Comments
 (0)