From 0acc26f90e6296e5dde177e765f881ba0c8b5974 Mon Sep 17 00:00:00 2001 From: booboy Date: Sun, 18 Nov 2018 21:10:45 -0600 Subject: [PATCH] small update --- lib/pastebinner.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pastebinner.rb b/lib/pastebinner.rb index 25e5e3c..dc70dcc 100755 --- a/lib/pastebinner.rb +++ b/lib/pastebinner.rb @@ -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