lib/alephant/cache.rb in alephant-cache-2.0.0 vs lib/alephant/cache.rb in alephant-cache-2.0.1
- old
+ new
@@ -48,10 +48,10 @@
end
def get(id)
object = bucket.objects["#{path}/#{id}"]
content = object.read
- content_type = object.content_type,
+ content_type = object.content_type
meta_data = object.metadata.to_h
logger.metric "CacheGets"
logger.info(
"event" => "CacheObjectRetrieved",