()
| 59 | } |
| 60 | |
| 61 | async renderDescription() { |
| 62 | this.descriptionHtml = await renderContent(this.#webhook.description) |
| 63 | this.summaryHtml = await renderContent(this.#webhook.summary) |
| 64 | return this |
| 65 | } |
| 66 | |
| 67 | async renderBodyParameterDescriptions() { |
| 68 | if (!this.#webhook.requestBody) return [] |
no test coverage detected