From 7d9ba5c08999c6482f0bc5e0c09c6f55b7724090 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 May 2021 11:15:29 +0200 Subject: Cleanup models directory organization --- 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 7e7de6b8a..7c1a64a3f 100755 --- a/scripts/reset-password.ts +++ b/scripts/reset-password.ts @@ -3,7 +3,7 @@ registerTSPaths() import * as program from 'commander' import { initDatabaseModels } from '../server/initializers/database' -import { UserModel } from '../server/models/account/user' +import { UserModel } from '../server/models/user/user' import { isUserPasswordValid } from '../server/helpers/custom-validators/users' program -- cgit v1.2.3