mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-19 03:43:37 +00:00
style: fix lint (CI)
This commit is contained in:
committed by
github-actions[bot]
parent
5036e01c89
commit
f86a224ed2
+2
-1
@@ -42,7 +42,8 @@ class GetUserTimelineApplicationService(
|
||||
reply = postDetailMap[it.replyId?.id]
|
||||
)
|
||||
},
|
||||
postList.next, postList.prev
|
||||
postList.next,
|
||||
postList.prev
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user