Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgosavgeris committed May 21, 2020
1 parent 8090820 commit 493087a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ var Profile = require("./profile");
* @param {function} verify
* @access public
*/
*/
function Strategy(options, verify) {
options = options || {};

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giorgosavgeris/passport-zoom-oauth2",
"version": "1.0.0",
"version": "1.0.1",
"description": "Passport Strategy for Zoom OAuth 2.0",
"main": "./lib",
"directories": {
Expand Down

0 comments on commit 493087a

Please sign in to comment.