Skip to content

Commit

Permalink
style: format json according to the biome linting standard
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Jan 6, 2025
1 parent 818c0ee commit 1b00d83
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions examples/deploy-aws-lambda/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,13 @@
},
"oauth_config": {
"scopes": {
"bot": [
"app_mentions:read",
"channels:history",
"chat:write",
"groups:history",
"im:history",
"mpim:history"
]
"bot": ["app_mentions:read", "channels:history", "chat:write", "groups:history", "im:history", "mpim:history"]
}
},
"settings": {
"event_subscriptions": {
"request_url": "https://example.execute-api.us-east-1.amazonaws.com/dev/slack/events",
"bot_events": [
"app_mention",
"message.channels",
"message.groups",
"message.im",
"message.mpim"
]
"bot_events": ["app_mention", "message.channels", "message.groups", "message.im", "message.mpim"]
},
"interactivity": {
"is_enabled": true,
Expand Down

0 comments on commit 1b00d83

Please sign in to comment.