Skip to content

Commit 0cb8620

Browse files
authored
chore(slack-app): syntax error in README (#138)
1 parent 97616d0 commit 0cb8620

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/slack-app/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ export class MyStack extends Stack {
2121
display_information: {
2222
name: 'My App',
2323
description: 'A very cool Slack App deployed with CDK',
24-
settings:
25-
interactivity:
26-
is_enabled: true
24+
},
25+
settings: {
26+
interactivity: {
27+
is_enabled: true,
2728
request_url: myApi.url // reference other construct's properties
29+
},
2830
},
2931
}),
3032
});

0 commit comments

Comments
 (0)