Skip to content

Commit 8f2105c

Browse files
Update cdk/stacks/NRPlusDemoStack.ts
Co-authored-by: Markus Tacker <[email protected]>
1 parent 1643106 commit 8f2105c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdk/stacks/NRPlusDemoStack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class NRPlusDemoStack extends Stack {
6262
new CfnOutput(this, 'WebhookFunctionURL', {
6363
exportName: 'WebhookFunctionURL',
6464
description: 'The URL for the webhook function',
65-
value: `${functionUrl.url}`,
65+
value: functionUrl.url,
6666
})
6767
}
6868
}

0 commit comments

Comments
 (0)