Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dispherical committed Oct 14, 2024
1 parent 48d5b94 commit 8c94996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const app = new App({
socketMode: !Boolean(process.env.PORT),
appToken: process.env.SLACK_APP_TOKEN,
port: process.env.PORT,
receiver: process.env.PORT ? reciever : undefined,
receiver: process.env.PORT ? receiver : undefined,
});

Array.prototype.random = function () {
Expand Down

0 comments on commit 8c94996

Please sign in to comment.