Recursivce calls are not good...

This commit is contained in:
Michael Bykovski 2017-07-25 21:29:40 +02:00
parent 055398323e
commit 7b9fad3090

View File

@ -29,7 +29,7 @@ export default class Response {
}
status(status) {
this.status(status);
this.status = status;
return this;
}