User: alex@sartography.com clicked save for misc/service-tests/bamboo/bamboo_all_depts_divs.bpmn

This commit is contained in:
sartography-automated-committer 2023-01-13 00:57:44 +00:00
parent 2fb83a329f
commit 495eea252d
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ departments_and_divisions = {
if is_bamboo_dept_list or is_bamboo_dept_enum_list:
departments = departments_and_divisions.get("Department", [])
is_bamboo_dept_list:
if is_bamboo_dept_list:
dept_list = [{"id": x["id"], "name": x["name"]} for x in departments]
if is_bamboo_dept_enum_list: