()
| 26 | |
| 27 | actions: { |
| 28 | redirect() { |
| 29 | const uuid = uuidv4(); |
| 30 | const key = `show-instructions-for-room-${uuid}`; |
| 31 | |
| 32 | sessionStorage.setItem(key, 'yup'); |
| 33 | this.transitionToRoute('room', uuid); |
| 34 | }, |
| 35 | }, |
| 36 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected