Skip to content

Commit

Permalink
Fix misspelling in facebook login session versus sess
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Oct 13, 2012
1 parent 8e1c156 commit 129c1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function bootApplication(cluster, next) {
.myHostname(app.config.get('server:url'))
.appId(appId)
.appSecret(appSecret)
.findOrCreateUser( function (session, accessToken, accessTokenExtra, fbUserMetadata) {
.findOrCreateUser( function (sess, accessToken, accessTokenExtra, fbUserMetadata) {
var promise = this.Promise();

return calipsoFindOrCreateUser({username:'facebook:' + fbUserMetadata.username,
Expand Down

0 comments on commit 129c1d4

Please sign in to comment.