mirror of https://gitee.com/bigwinds/arangodb
Linting
This commit is contained in:
parent
4c42cc3e2f
commit
1430e24c3d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue