소스 검색

Fix search command

Tulir Asokan 4 년 전
부모
커밋
c035683a89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mauigpapi/types/user.py

+ 1 - 1
mauigpapi/types/user.py

@@ -24,7 +24,7 @@ from .account import BaseResponseUser
 
 @dataclass
 class SearchResultUser(BaseResponseUser, SerializableAttrs):
-    mutual_followers_count: int
+    mutual_followers_count: Optional[int] = None
     social_context: Optional[str] = None
     search_social_context: Optional[str] = None