From 8cc6120118a9fb75b3165c9f84b2d0068d1ade72 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 25 Jun 2021 17:39:27 +0200 Subject: Upgrade server dependencies --- scripts/reset-password.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/reset-password.ts') diff --git a/scripts/reset-password.ts b/scripts/reset-password.ts index 7c1a64a3f..4c45396d4 100755 --- a/scripts/reset-password.ts +++ b/scripts/reset-password.ts @@ -1,7 +1,7 @@ import { registerTSPaths } from '../server/helpers/register-ts-paths' registerTSPaths() -import * as program from 'commander' +import { program } from 'commander' import { initDatabaseModels } from '../server/initializers/database' import { UserModel } from '../server/models/user/user' import { isUserPasswordValid } from '../server/helpers/custom-validators/users' -- cgit v1.2.3