Skip to content

Commit

Permalink
fix: update iam process node constants (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu327 authored Nov 28, 2023
1 parent 5e197b9 commit 8df1ed2
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 @@ -265,6 +265,7 @@ class ProcessorSource(ChoicesEnum, StrEnum):
ProcessorNodeType.SYSTEM_MANAGER.value,
ProcessorNodeType.GRADE_MANAGER.value,
ProcessorNodeType.INSTANCE_APPROVER.value,
ProcessorNodeType.INSTANCE_APPROVER_MERGE.value,
]


Expand Down

0 comments on commit 8df1ed2

Please sign in to comment.