From 784a1a74ffabcf9e5a9a00eeac8ad857c878dd7c Mon Sep 17 00:00:00 2001 From: nquidox Date: Sun, 28 Dec 2025 17:08:31 +0300 Subject: [PATCH] small fix --- internal/parsers/mandarake/service.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/parsers/mandarake/service.go b/internal/parsers/mandarake/service.go index 73a46c1..1fb2757 100644 --- a/internal/parsers/mandarake/service.go +++ b/internal/parsers/mandarake/service.go @@ -19,7 +19,6 @@ func (s *Parser) getPrice(ctx context.Context, task shared.Task) (int32, error) ) if err := chromedp.Run(ctx, - chromedp.WaitReady("body", chromedp.ByQuery), chromedp.Navigate(task.Link), chromedp.WaitReady("body"), chromedp.Text(`div.price`, &singlePrice, chromedp.ByQuery, chromedp.AtLeast(0)),