apps/housekeepingMiniApp/src/pages/home/hooks/index.ts
@@ -6,7 +6,7 @@ export function useShowAdvertisements() { const { data: advertisements, refetch } = useQuery({ queryKey: ['enterpriseWalletServices/getEnterpriseWalletAccessSelect'], queryKey: ['advertisementServices/getShowAdvertisements'], queryFn: () => { return advertisementServices.getShowAdvertisements( { @@ -38,5 +38,6 @@ return { positionListChunk, positionGrid, positionList, }; }