check api issue

This commit is contained in:
phyusin
2018-05-12 15:20:57 +06:30
parent 8457ebc08e
commit 050d3379c0
8 changed files with 150 additions and 114 deletions

View File

@@ -65,7 +65,6 @@ class MyAesCrypt
if j["lookup"] == from
# add [0...44] for production cloud for remove \n
if(j["value"]["key"].gsub(/\s+/, "") == token)
puts token
return true
end
end