Code style: missing semicolon

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-07-23 13:53:16 -03:00
parent 162e78f507
commit 16ecd3e74e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function resolveBindingName(payload, headers) {
var Unmarshaller = function() {
}
};
Unmarshaller.prototype.unmarshall = function(payload, headers) {
return new Promise((resolve, reject) => {