Skip to content

Commit a6e34d6

Browse files
committed
fix: remove unnecessary toString()
1 parent b5e874e commit a6e34d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/cli/src/constructs/webhook-alert-channel-codegen.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function buildWebhookAlertChannelConfig (
4040
builder.string('webhookType', config.webhookType)
4141
}
4242

43-
builder.string('url', config.url.toString())
43+
builder.string('url', config.url)
4444

4545
if (config.template) {
4646
builder.string('template', config.template)

0 commit comments

Comments
 (0)