We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e874e commit a6e34d6Copy full SHA for a6e34d6
packages/cli/src/constructs/webhook-alert-channel-codegen.ts
@@ -40,7 +40,7 @@ export function buildWebhookAlertChannelConfig (
40
builder.string('webhookType', config.webhookType)
41
}
42
43
- builder.string('url', config.url.toString())
+ builder.string('url', config.url)
44
45
if (config.template) {
46
builder.string('template', config.template)
0 commit comments