remove trailing comma
This commit is contained in:
parent
08a88a92db
commit
88fb4c841d
1 changed files with 1 additions and 1 deletions
|
@ -487,5 +487,5 @@ module.exports = {
|
||||||
|
|
||||||
attachment: function() {
|
attachment: function() {
|
||||||
return this.response.attachment.apply(this.response, arguments);
|
return this.response.attachment.apply(this.response, arguments);
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue