fix: デフォルト値が中途半端

pull/42/head
yupix 2 years ago
parent 186c85eb1e
commit 988d51f965
No known key found for this signature in database
GPG Key ID: 2FF705F5C56D9C06

@ -65,7 +65,7 @@ class ReactionActions(AbstractAction):
return bool(res)
async def get_reaction(
self, reaction: str, note_id: str | None = None, *, limit: int = 11
self, reaction: str, note_id: str | None = None, *, limit: int = 10
) -> list[NoteReaction]:
note_id = note_id or self.__note_id
data = remove_dict_empty(

Loading…
Cancel
Save