From 0de77d75b2736e7f9b2fb5b8fe500008ee6cb91f Mon Sep 17 00:00:00 2001 From: Ludvig Janiuk Date: Thu, 2 Aug 2018 11:41:24 +0200 Subject: [PATCH] comment mistake --- library.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.js b/library.js index 413edb3..143c114 100644 --- a/library.js +++ b/library.js @@ -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);