Commit d382cdf5 authored by andreagerino's avatar andreagerino

Fixing get timestamp container for retro compatibility with V0 timestamp format

parent 1f89d3d4
...@@ -99,7 +99,7 @@ function getTimestampContainer(arg){ ...@@ -99,7 +99,7 @@ function getTimestampContainer(arg){
if(arg['timestamp']!=undefined&&(arg['timestamp']['utc']!=undefined||arg['timestamp']['user']!=undefined)) if(arg['timestamp']!=undefined&&(arg['timestamp']['utc']!=undefined||arg['timestamp']['user']!=undefined))
return arg['timestamp']; return arg['timestamp'];
return undefined; return {};
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment