Code style: missing semicolon
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
162e78f507
commit
16ecd3e74e
|
@ -51,7 +51,7 @@ function resolveBindingName(payload, headers) {
|
|||
|
||||
var Unmarshaller = function() {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
Unmarshaller.prototype.unmarshall = function(payload, headers) {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
Loading…
Reference in New Issue