Skip to content

Commit

Permalink
Update examples/oauth-v2/app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Feb 15, 2022
1 parent 220f4aa commit be254f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/oauth-v2/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ app.get('/slack/oauth_redirect', async (req, res) => {

// When a user navigates to the app home, grab the token from our database and publish a view
slackEvents.on('app_home_opened', async (event, body) => {
console.log(event);
try {
if (event.tab === 'home') {
let DBInstallData;
Expand Down

0 comments on commit be254f9

Please sign in to comment.