Skip to content

Commit

Permalink
fix: add id
Browse files Browse the repository at this point in the history
  • Loading branch information
craigyu committed Sep 13, 2024
1 parent e7b1133 commit 15c3eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/api/app/schemas/permission_audit_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PermissionAduitHistoryRes(BaseModel):
including when it occurred, who performed the change, who the change was applied to,
and the specific details of the permission changes.
"""

privilege_change_audit_id: int
change_date: datetime
change_performer_user_details: PrivilegeChangePerformerSchema
change_performer_user_id: Optional[int]
Expand Down

0 comments on commit 15c3eec

Please sign in to comment.