fix eslint

This commit is contained in:
Amish Shah
2016-08-27 18:55:20 +01:00
parent 6293f28ad9
commit 135ab02104
2 changed files with 1 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
-1
View File
@@ -1,5 +1,4 @@
const Constants = require('../../util/Constants');
const Collection = require('../../util/Constants');
const getStructure = name => require(`../../structures/${name}`);
const User = getStructure('User');