X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Freset-password.ts;h=4c45396d4f46a53db0612d179b6f20694d6a7d45;hb=6b5f72beda96d8b7e4d6329c4001827334de27dd;hp=7c1a64a3f61077b30e3799bc686ee3657ce3f6ff;hpb=819b656439e5f0ec2ae5de9357502cdfe3196197;p=github%2FChocobozzz%2FPeerTube.git 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'