feat: removing publishers

This commit is contained in:
Chubby Granny Chaser 2024-12-23 00:42:08 +00:00
parent 4607665908
commit 602ee61cb6
No known key found for this signature in database
8 changed files with 65 additions and 45 deletions

View file

@ -37,8 +37,8 @@ contextBridge.exposeInMainWorld("electron", {
},
/* Catalogue */
searchGames: (payload: CatalogueSearchPayload) =>
ipcRenderer.invoke("searchGames", payload),
searchGames: (payload: CatalogueSearchPayload, page: number) =>
ipcRenderer.invoke("searchGames", payload, page),
getCatalogue: (category: CatalogueCategory) =>
ipcRenderer.invoke("getCatalogue", category),
getGameShopDetails: (objectId: string, shop: GameShop, language: string) =>