We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658e68d commit a7e4328Copy full SHA for a7e4328
lib/user/getFriends.js
@@ -37,7 +37,7 @@ function getFriends (jar, token, userId) {
37
})
38
}
39
40
-exports.func = function (args, senderUserId) {
+exports.func = function (args) {
41
var jar = args.jar
42
return getGeneralToken({ jar: jar })
43
.then(function (xcsrf) {
0 commit comments