| 79 | }; |
| 80 | |
| 81 | const getRecipientId = data => { |
| 82 | const { recipientId, domain } = data; |
| 83 | return domain === APP_DOMAIN ? recipientId : `${recipientId}@${domain}`; |
| 84 | }; |
| 85 | |
| 86 | const checkExpiredSession = async ( |
| 87 | requirementResponse, |
no outgoing calls
no test coverage detected