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

Commit

Permalink
🐛 修复用户为自定义头像时的字段类型错误
Browse files Browse the repository at this point in the history
  • Loading branch information
CMHopeSunshine committed Nov 22, 2023
1 parent 89ea4bb commit 67a5bb5
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 @@ -99,7 +99,7 @@ class MemberBasic(BaseModel):
uid: int
nickname: str
introduce: str
avatar: int
avatar: str
avatar_url: str


Expand Down

0 comments on commit 67a5bb5

Please sign in to comment.