passing uid in through the user deletion filter

This commit is contained in:
Julian Lam 2014-09-18 12:41:59 -04:00
parent 7d4ea98b5f
commit 8ba28e2046
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@
winston.error('[sso-oauth] Could not remove OAuthId data for uid ' + uid + '. Error: ' + err);
return callback(err);
}
callback();
callback(null, uid);
});
};