mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 18:16:54 +08:00
revert: toSet (#941)
This commit is contained in:
committed by
GitHub
parent
80a4c8c24d
commit
9f33488248
@@ -36,7 +36,7 @@ class FavNoteController
|
||||
|
||||
@override
|
||||
Future<void> onRemove() async {
|
||||
final removeList = allChecked;
|
||||
final removeList = allChecked.toSet();
|
||||
final res = await FavHttp.delNote(
|
||||
isPublish: isPublish,
|
||||
noteIds: removeList
|
||||
|
||||
Reference in New Issue
Block a user