Skip to content

WebhookHandlers: remove unnecessary code #1264

@gcatanese

Description

@gcatanese

The builders list is initialized but never populated. As a result, the foreach loop that is supposed to apply httpClientBuilderOptions will never execute. Since this service is for handling incoming webhooks, it might not need any HttpClient instances. If that's the case, this block of code is dead and could be removed to avoid confusion. If HttpClient configuration is intended, the builders list needs to be populated with IHttpClientBuilder instances.

Revise Webhook-related Mustache templates, remove unnecessary code

Originally posted by @gemini-code-assist[bot] in #1251 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions