refactor: make fetchNextSearchPage private

This commit is contained in:
2026-06-21 01:11:50 +02:00
committed by Milas Holsting
parent 171a45c015
commit 82cee146de

View File

@@ -125,7 +125,7 @@ export const fetchSearchItems = (query: string): void => {
});
};
export const fetchNextSearchPage = (): void => {
const fetchNextSearchPage = (): void => {
const query = getLastQuery();
const page = getNextSearchPage();