()
| 55 | } |
| 56 | |
| 57 | function getAndAssertKeyserverURLFacts(): AppURLFacts { |
| 58 | const urlFacts = getKeyserverURLFacts(); |
| 59 | invariant(urlFacts, 'keyserver/facts/keyserver_url.json missing'); |
| 60 | return urlFacts; |
| 61 | } |
| 62 | |
| 63 | // ESLint doesn't recognize that invariant always throws |
| 64 | // eslint-disable-next-line consistent-return |
no test coverage detected