Skip to content

Commit

Permalink
Fix undefined companionOptions reference (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
milannakum authored Feb 5, 2024
1 parent fc7f579 commit 9e3cb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/companion.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const app = express();
app.use(bodyParser.json());
app.use(session({ secret: 'some secrety secret' }));

const options = {
const companionOptions = {
providerOptions: {
drive: {
key: 'GOOGLE_DRIVE_KEY',
Expand Down

0 comments on commit 9e3cb31

Please sign in to comment.