Authored by htoooth

fix

@@ -119,7 +119,7 @@ module.exports = (req, res, next) => { @@ -119,7 +119,7 @@ module.exports = (req, res, next) => {
119 host: item.hostname, 119 host: item.hostname,
120 route: item.path 120 route: item.path
121 }, 121 },
122 - field: { 122 + fields: {
123 duration: item.duration 123 duration: item.duration
124 } 124 }
125 }); 125 });