@aoberoi/passport-slack
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -53,3 +53,3 @@ 'use strict'; | ||
var team = { | ||
id: params.team.id | ||
id: params.team_id | ||
}; | ||
@@ -56,0 +56,0 @@ if (params.team_name) team.name = params.team_name; |
{ | ||
"name": "@aoberoi/passport-slack", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Slack authentication strategy for Passport", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -22,3 +22,3 @@ import 'babel-polyfill'; | ||
const team = { | ||
id: params.team.id, | ||
id: params.team_id, | ||
}; | ||
@@ -25,0 +25,0 @@ if (params.team_name) team.name = params.team_name; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package