removed old comments
This commit is contained in:
parent
dc5ca66549
commit
32fd073bf7
1 changed files with 0 additions and 3 deletions
|
@ -128,9 +128,6 @@ class Pastebinner
|
||||||
YAML.safe_load(response.body).first
|
YAML.safe_load(response.body).first
|
||||||
end
|
end
|
||||||
|
|
||||||
##### PREPARING THE PASTES FOR SERIALIZATION FOR ES CONFORMING TO PER INDEX SEARCHING
|
|
||||||
##### SEE - https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html#_custom_type_field
|
|
||||||
|
|
||||||
def hash_pastes(keys)
|
def hash_pastes(keys)
|
||||||
if keys.is_a? String
|
if keys.is_a? String
|
||||||
raw_paste = self.raw_paste_data(keys)
|
raw_paste = self.raw_paste_data(keys)
|
||||||
|
|
Loading…
Add table
Reference in a new issue