Recursivce calls are not good...
This commit is contained in:
parent
055398323e
commit
7b9fad3090
@ -29,7 +29,7 @@ export default class Response {
|
||||
}
|
||||
|
||||
status(status) {
|
||||
this.status(status);
|
||||
this.status = status;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user