Skip to content

Commit

Permalink
Fix job ticket (#2394)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu327 authored Nov 28, 2023
1 parent ea09f2b commit 92e28fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions saas/backend/service/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ class ProcessorNodeType(LowerStrEnum):
ProcessorNodeType.SUPER_MANAGER.value,
ProcessorNodeType.SYSTEM_MANAGER.value,
ProcessorNodeType.INSTANCE_APPROVER.value,
ProcessorNodeType.INSTANCE_APPROVER_MERGE.value,
ProcessorNodeType.GRADE_MANAGER.value,
),
ApplicationType.JOIN_GROUP.value: (
Expand Down

0 comments on commit 92e28fd

Please sign in to comment.