Skip to content

Commit

Permalink
remove unnecessary github action
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Aug 20, 2020
1 parent 0810772 commit 982987a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/gh-pages.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@slack/logger": "^2.0.0",
"@slack/oauth": "^1.1.0",
"@slack/oauth": "^1.2.0",
"@slack/types": "^1.6.0",
"@slack/web-api": "^5.9.0",
"@types/express": "^4.16.1",
Expand Down
2 changes: 1 addition & 1 deletion src/ExpressReceiver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface ExpressReceiverOptions {
processBeforeResponse?: boolean;
clientId?: string;
clientSecret?: string;
stateSecret?: InstallProviderOptions['stateSecret']; // ClearStateStoreOptions['secret']; // required when using default stateStore
stateSecret?: InstallProviderOptions['stateSecret']; // required when using default stateStore
installationStore?: InstallProviderOptions['installationStore']; // default MemoryInstallationStore
scopes?: InstallURLOptions['scopes'];
installerOptions?: InstallerOptions;
Expand Down

0 comments on commit 982987a

Please sign in to comment.