Semi colon

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2018-12-15 12:04:07 -02:00
parent 6deb57887d
commit 563e05a9a0
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ HTTPStructured.prototype.emit = function(cloudevent){
// Return the Promise
return axios.request(_config);
}
};
module.exports = HTTPStructured;