()
| 203 | } |
| 204 | |
| 205 | export function getConversationBody(): Element { |
| 206 | return $([ |
| 207 | '.react-issue-body', // Issues |
| 208 | '.js-command-palette-pull-body', // PRs |
| 209 | ]); |
| 210 | } |
| 211 | |
| 212 | export function getConversationAuthor(): string { |
| 213 | return getCommentAuthor(getConversationBody()); |
no outgoing calls
no test coverage detected