Fix method signature
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
9996f5a84c
commit
185f2da789
|
@ -71,8 +71,8 @@ Spec1.prototype.id = function(_id){
|
|||
return this;
|
||||
};
|
||||
|
||||
Spec1.prototype.getId => {
|
||||
Spec1.prototype.getId = () => {
|
||||
return this.payload["id"];
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = Spec1;
|
||||
|
|
Loading…
Reference in New Issue