Missing semicolon
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
2e19345216
commit
2629b0fb75
|
@ -5,10 +5,10 @@ function JSONFormatter(){
|
|||
|
||||
JSONFormatter.prototype.format = function(payload){
|
||||
return payload;
|
||||
}
|
||||
};
|
||||
|
||||
JSONFormatter.prototype.toString = function(payload){
|
||||
return JSON.stringify(payload);
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = JSONFormatter;
|
||||
|
|
Loading…
Reference in New Issue