Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | }); |
-
Please register or login to post a comment