1
0
Fork 0
This commit is contained in:
Alan Plum 2016-04-06 12:04:12 +02:00
parent 4c42cc3e2f
commit 1430e24c3d
No known key found for this signature in database
GPG Key ID: 8ED72A9A323B6EFD
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ module.exports = function oauth2(cfg) {
}
delete endpoint.search;
delete endpoint.query;
return {url: formatUrl(endpoint), body}
return {url: formatUrl(endpoint), body};
}
function getActiveUserUrl(access_token) {