()
| 14 | tempList: helper.StatusRequest[] = []; |
| 15 | |
| 16 | getUserObject() { |
| 17 | return helper.userRequest().then(res => ({ |
| 18 | username: res.nickname, |
| 19 | picture: res.image.x80, |
| 20 | href: res.url, |
| 21 | })); |
| 22 | } |
| 23 | |
| 24 | deauth() { |
| 25 | return api.settings.set('shikiToken', ''); |
nothing calls this directly
no test coverage detected