(st: status)
| 471 | }; |
| 472 | |
| 473 | function normalizeStatus(st: status): status { |
| 474 | if (st === status.Considering) return status.PlanToWatch; |
| 475 | return st; |
| 476 | } |
| 477 | |
| 478 | function setBadgeText(text: string) { |
| 479 | // @ts-ignore |
no outgoing calls
no test coverage detected