mirror of https://gitee.com/bigwinds/arangodb
Lint
This commit is contained in:
parent
18e47457a6
commit
a900077938
|
@ -1,4 +1,3 @@
|
|||
/*global applicationContext */
|
||||
'use strict';
|
||||
const _ = require('underscore');
|
||||
const joi = require('joi');
|
||||
|
@ -132,4 +131,3 @@ exports.create = createUser;
|
|||
exports.get = getUser;
|
||||
exports.delete = deleteUser;
|
||||
exports.errors = errors;
|
||||
exports.repository = users;
|
||||
|
|
Loading…
Reference in New Issue