Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
🐛 member_num 应为可选
Browse files Browse the repository at this point in the history
  • Loading branch information
CMHopeSunshine authored Dec 15, 2023
1 parent f00b5cb commit aeb6959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot/adapters/villa/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class MemberRole(BaseModel):
color: str
role_type: "RoleType"
villa_id: int
member_num: int
member_num: Optional[int] = None
web_color: str
font_color: str
bg_color: str
Expand Down

0 comments on commit aeb6959

Please sign in to comment.