small update

This commit is contained in:
booboy 2018-11-18 21:10:45 -06:00
parent 319822fdad
commit 0acc26f90e

View file

@ -124,6 +124,7 @@ class Pastebinner
response = RestClient::Request.execute(
method: :get,
url: @scraping_api_url + ENDPOINTS[:scrape_item_meta] + "?i=#{unique_paste_key}")
response
end
##### PREPARING THE PASTES FOR SERIALIZATION FOR ES CONFORMING TO PER INDEX SEARCHING