comment mistake

This commit is contained in:
Ludvig Janiuk 2018-08-02 11:41:24 +02:00
parent 8cfdd45de7
commit 0de77d75b2
1 changed files with 1 additions and 1 deletions

View File

@ -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);