style: fix lint (CI)

This commit is contained in:
usbharu 2024-09-05 15:39:25 +00:00 committed by github-actions[bot]
parent 5036e01c89
commit f86a224ed2
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ class GetUserTimelineApplicationService(
reply = postDetailMap[it.replyId?.id] reply = postDetailMap[it.replyId?.id]
) )
}, },
postList.next, postList.prev postList.next,
postList.prev
) )
} }