diff options
-rw-r--r-- | src/nodejs/response.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodejs/response.js b/src/nodejs/response.js index 45dcc89..9a92c66 100644 --- a/src/nodejs/response.js +++ b/src/nodejs/response.js @@ -41,7 +41,7 @@ exports.mkXmlRes = function (res){ } res.atEnd = function(){ if(!this.started){ - this.atStart(pojo); + this.atStart(); } this.write('</xml>'); this.end(); |