Skip to content

Commit

Permalink
remove PROVIDER_ID change
Browse files Browse the repository at this point in the history
  • Loading branch information
valid-var committed Feb 19, 2024
1 parent ab0b264 commit 471e0f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class WebhookEventListenerProviderFactory : EventListenerProviderFactory, Server
@JvmStatic
private val LOG = LoggerFactory.getLogger(WebhookEventListenerProviderFactory::class.java)

const val PROVIDER_ID = "listener-webhook-extended"
const val PROVIDER_ID = "listener-webhook"
}

private var clientConfig: ClientConfig = ClientConfig()
Expand Down

0 comments on commit 471e0f3

Please sign in to comment.