()
| 5 | |
| 6 | export default Route.extend({ |
| 7 | beforeModel() { |
| 8 | const { error } = window.Sharedrop; |
| 9 | |
| 10 | if (error) { |
| 11 | throw new Error(error); |
| 12 | } |
| 13 | }, |
| 14 | |
| 15 | model() { |
| 16 | // Get room name from the server |
nothing calls this directly
no outgoing calls
no test coverage detected