We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65eb72 commit e594b18Copy full SHA for e594b18
src/constants/admin.ts
@@ -26,8 +26,6 @@ export const API_LOGS_DIVISION_LIST: Option[] = [
26
{ content: '댓글 추가', value: 'COMMENT_ADDED' },
27
{ content: '댓글 수정', value: 'COMMENT_UPDATED' },
28
{ content: '작업 상태 변경', value: 'STATUS_CHANGED' },
29
- { content: '작업 완료', value: 'TASK_COMPLETED' },
30
- { content: '작업 실패', value: 'TASK_FAILED' },
31
{ content: '작업 조회', value: 'TASK_VIEWED' }
32
]
33
0 commit comments