This commit is contained in:
Jason
2023-07-17 17:15:43 +08:00
parent 5d7b1a4ee0
commit f452bc5979
+1 -1
View File
@@ -179,7 +179,7 @@ class UserWithAddress(UserDetails):
address: str
class UserWithFriends(UserDetails):
best_friend: UserDetail
best_friend: UserDetails
friends: List[UserDetails]
```