()
| 638 | } |
| 639 | |
| 640 | invalidRequest() { |
| 641 | const error = new Error(); |
| 642 | error.status = 403; |
| 643 | error.message = 'unauthorized'; |
| 644 | throw error; |
| 645 | } |
| 646 | |
| 647 | /** |
| 648 | * Sets the Parse Server configuration in the request object to make it |
no outgoing calls
no test coverage detected