Skip to content

Commit

Permalink
Fix #98
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Nov 10, 2021
1 parent cb171d7 commit 7e9691b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## v. 2.3.3 - 10.11.2021
* Upgrade eslint-parser
*
* Fix wrong uppercase in the word `linkedIn` for `pauli:linkedin-oauth`

## v. 2.3.2 - 8.2.2021
* Fix bugs in MS Office connector
Expand Down
2 changes: 1 addition & 1 deletion community-services/linkedin.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Meteor.linkWithLinkedIn = function (options, callback) {

const credentialRequestCompleteCallback = Accounts.oauth.linkCredentialRequestCompleteHandler(callback)
if (Package['pauli:linkedin-oauth']) {
Package['pauli:linkedin-oauth'].LinkedIn.requestCredential(options, credentialRequestCompleteCallback)
Package['pauli:linkedin-oauth'].Linkedin.requestCredential(options, credentialRequestCompleteCallback)
} else if (Package['jonperl:linkedin']) {
Package['jonperl:linkedin'].LinkedIn.requestCredential(options, credentialRequestCompleteCallback)
}
Expand Down

0 comments on commit 7e9691b

Please sign in to comment.