mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-03 04:07:53 +00:00
style: fix lint (CI)
This commit is contained in:
committed by
github-actions[bot]
parent
5969371a40
commit
d74101a2b6
+2
-1
@@ -105,7 +105,8 @@ class MastodonReadTimelineApplicationService(
|
|||||||
filtered = emptyList(),
|
filtered = emptyList(),
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
readTimeline.next?.id, readTimeline.prev?.id
|
readTimeline.next?.id,
|
||||||
|
readTimeline.prev?.id
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user