bookmark url updated

This commit is contained in:
MohammadTaha Basiri 2022-02-05 17:57:56 +03:30
parent a8132e6452
commit 34ac592524
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ class FilteredBookmarksState extends CoreProvier {
lastSearch = search;
}
appState = AppState.busy;
final service = RequestService(
RequestHelper.bookmarks(type: type == 'radars' ? 'radar' : type));
final service = RequestService(RequestHelper.bookmarks(type: type));
await service.httpGet();
if (service.isSuccess) {