Skip to content

Commit

Permalink
LINT
Browse files Browse the repository at this point in the history
  • Loading branch information
Ches-ctrl committed May 28, 2024
1 parent ce4a57a commit 69f89c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/services/importer/xml/workable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ def import_xml

p "Fetched #{xml_data.count} XML links from #{@ats.name}"

job_urls = process_xml(xml_data)
return xml_data

return job_urls
# job_urls = process_xml(xml_data)

# return job_urls

# final_job_urls = resolve_redirects(job_urls)

Expand Down

0 comments on commit 69f89c0

Please sign in to comment.