Skip to content

Commit

Permalink
comment mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
LudwikJaniuk committed Aug 2, 2018
1 parent 8cfdd45 commit 0de77d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
});
};

// If this filter is not there, the deleteUserData function will fail when getting the metryId for deletion.
// If this filter is not there, the deleteUserData function will fail when getting the oauthId for deletion.
OAuth.whitelistFields = function(params, callback) {
params.whitelist.push(constants.name + 'Id');
callback(null, params);
Expand Down

0 comments on commit 0de77d7

Please sign in to comment.