(row: ConnectionRow)
| 1491 | >(); |
| 1492 | |
| 1493 | const connectionKey = (row: ConnectionRow): string => |
| 1494 | `${row.owner}:${row.subject}:${row.integration}:${row.name}`; |
| 1495 | |
| 1496 | const loadOAuthClientRow = ( |
| 1497 | owner: Owner, |
no outgoing calls
no test coverage detected