(accounts, accountId)
| 1258 | } |
| 1259 | |
| 1260 | function findHotmailAccount(accounts, accountId) { |
| 1261 | return normalizeHotmailAccounts(accounts).find((account) => account.id === accountId) || null; |
| 1262 | } |
| 1263 | |
| 1264 | function isHotmailProvider(stateOrProvider) { |
| 1265 | const provider = typeof stateOrProvider === 'string' |
no test coverage detected