Skip to content

Commit

Permalink
update: add checkin lead role to API ADMIN_ROLES
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Jan 22, 2024
1 parent 5834bf8 commit 87d0bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/routers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

router = APIRouter()

ADMIN_ROLES = (Role.DIRECTOR, Role.REVIEWER)
ADMIN_ROLES = (Role.DIRECTOR, Role.REVIEWER, Role.CHECKIN_LEAD)


class ApplicationDataSummary(BaseModel):
Expand Down

0 comments on commit 87d0bc7

Please sign in to comment.