Skip to content

Commit

Permalink
resolve: added a line
Browse files Browse the repository at this point in the history
  • Loading branch information
rolin999 committed Oct 30, 2024
1 parent 8d884af commit 329abce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bk-user/bkuser/apps/audit/data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ class AuditObject(BaseModel):
# 操作对象 ID
id: str | int
# 操作对象额外信息
extras: dict = Field(default_factory=dict)
extras: dict = Field(default_factory=dict)

0 comments on commit 329abce

Please sign in to comment.