refactor: removed unnecessary functions from task

This commit is contained in:
2026-07-08 10:48:03 +03:30
parent b0668c7b2c
commit b32d613a1b
4 changed files with 27 additions and 53 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export enum PermissionEnum {
VIEW_ALL_WORKSPACES="view_all_workspaces",
PROJECT="project", // create, update, remove
VIEW_ALL_PROJECTS="view_all_projects",
TASK="task",
TASK="task", // read, create, update, remove
TASK_PHASE="task_phase",
REMARK="remark"
}