Skip to content

Commit

Permalink
update shop-open-year-rule-result.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
obender committed Nov 8, 2024
1 parent 75fc4e6 commit c1650e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import eBayProductDownloader from "../../product/ebay-product-downloader";
import { calculateShopOpenYearValueAlgorithm } from "./rule-shop-open-year-algorithm";
import { getRuleShopOpenYearSummaryTooltip } from "./rule-shop-open-year-summary-tooltip";

export const shopOpenYearSelector = ".d-stores-info-categories__container__details";
export const shopOpenYearSelector = "#STORE_INFORMATION .x-store-information__info span";

export const getRuleShopOpenYearResultValue = async (
product: IProduct,
Expand Down

0 comments on commit c1650e8

Please sign in to comment.