diff --git a/lib/context.js b/lib/context.js index 4477c69..032b675 100644 --- a/lib/context.js +++ b/lib/context.js @@ -487,5 +487,5 @@ module.exports = { attachment: function() { return this.response.attachment.apply(this.response, arguments); - }, + } };