We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2cc3c commit a5097e3Copy full SHA for a5097e3
examples/socket-mode/app.js
@@ -25,7 +25,6 @@ const clientOptions = {
25
const app = new App({
26
// receiver: socketModeReceiver,
27
token: process.env.SLACK_BOT_TOKEN, //disable this if enabling OAuth in socketModeReceiver
28
- // logLevel: LogLevel.DEBUG,
29
clientOptions,
30
appToken: process.env.SLACK_APP_TOKEN,
31
socketMode: true,
0 commit comments