Skip to content

Commit

Permalink
Oauth Pending Credentials - cleaner reconstruction in recreateError
Browse files Browse the repository at this point in the history
  • Loading branch information
timhaines committed Apr 3, 2014
1 parent e9d7ba9 commit 53a7e81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/oauth/pending_credentials.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ var recreateError = function(errorDoc) {

if (errorDoc.meteorError) {
error = new Meteor.Error();
delete errorDoc.meteorErrror;
} else {
error = new Error();
}
Expand Down

0 comments on commit 53a7e81

Please sign in to comment.