Skip to content

Commit ccf5ef2

Browse files
committed
refactor: [#692] removed unused code
1 parent 431587d commit ccf5ef2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pages/torrents.vue

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,6 @@ function submitSearch () {
175175
}
176176
177177
function loadTorrents () {
178-
const query = {
179-
pageSize: pageSize.value,
180-
page: currentPage.value,
181-
sorting: itemsSorting.value,
182-
categories: categoryFilters.value,
183-
tags: tagFilters.value,
184-
searchQuery: searchQuery.value
185-
};
186-
187178
rest.value.torrent.getTorrents(
188179
{
189180
pageSize: pageSize.value,

0 commit comments

Comments
 (0)