diff --git a/modules/cache.js b/modules/cache.js index a5b9cc9..05099d3 100644 --- a/modules/cache.js +++ b/modules/cache.js @@ -73,7 +73,7 @@ exp.get_details = function(uuid, callback) { if (data) { details = { hash: (data.h == "null" ? null : data.h), - time: data.t + time: Number(data.t) }; } callback(err, details);