Commit 33c084b5 by Ngô Trung Hưng

fix rubocop

parent d2e14dc8
Pipeline #758 failed with stages
in 0 seconds
......@@ -12,6 +12,7 @@ class CrawlerJob < Crawler
link_jobs.each do |val|
link = val.value
return website_jobs if link.include?(link_make_stop_crawler)
website_jobs << link
end
end
......@@ -21,7 +22,7 @@ class CrawlerJob < Crawler
end
def parse_data
@box_links ||= crawl_link.reverse!
@parse_data ||= crawl_link.reverse!
end
def refresh_first_link
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment