Skip to content

Commit

Permalink
dev-server: fix misnamed OAuth parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaniels5757 authored Dec 21, 2024
1 parent 5766366 commit ea807b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ server.listen(port, hostname, async () => {
"apiUrl": "https://en.wikipedia.org/w/api.php",
"username": process.env.MW_USERNAME,
"password": process.env.MW_PASSWORD,
"oauth2Token": process.env.MW_OAUTH2_TOKEN,
"OAuth2AccessToken": process.env.MW_OAUTH2_TOKEN,
"silent": true
});
initTime = Date.now();
Expand Down

0 comments on commit ea807b9

Please sign in to comment.