diff options
Diffstat (limited to 'scripts/reset-password.js')
-rwxr-xr-x | scripts/reset-password.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/reset-password.js b/scripts/reset-password.js index e5f59a267..6a00b37eb 100755 --- a/scripts/reset-password.js +++ b/scripts/reset-password.js | |||
@@ -6,7 +6,6 @@ | |||
6 | 6 | ||
7 | const program = require('commander') | 7 | const program = require('commander') |
8 | 8 | ||
9 | const constants = require('../server/initializers/constants') | ||
10 | const db = require('../server/initializers/database') | 9 | const db = require('../server/initializers/database') |
11 | 10 | ||
12 | program | 11 | program |