mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 19:28:27 +08:00
opt: more linter (#1765)
* opt: more linter * fix [skip ci] Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me> --------- Co-authored-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
committed by
GitHub
parent
3787f99d35
commit
773bdafec3
@@ -31,7 +31,7 @@ class WhisperSecController
|
||||
|
||||
@override
|
||||
List<Session>? getDataList(SessionSecondaryReply response) {
|
||||
if (response.paginationParams.hasMore == false) {
|
||||
if (!response.paginationParams.hasMore) {
|
||||
isEnd = true;
|
||||
}
|
||||
offset = response.paginationParams.offsets;
|
||||
|
||||
Reference in New Issue
Block a user