aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
diff options
context:
space:
mode:
Diffstat (limited to 'server/models')
-rw-r--r--server/models/account/user.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/models/account/user.ts b/server/models/account/user.ts
index 0834ecfa5..c1f22b76a 100644
--- a/server/models/account/user.ts
+++ b/server/models/account/user.ts
@@ -28,7 +28,6 @@ import {
28 MUserFormattable, 28 MUserFormattable,
29 MUserNotifSettingChannelDefault, 29 MUserNotifSettingChannelDefault,
30 MUserWithNotificationSetting, 30 MUserWithNotificationSetting,
31 MVideoFullLight,
32 MVideoWithRights 31 MVideoWithRights
33} from '@server/types/models' 32} from '@server/types/models'
34import { hasUserRight, USER_ROLE_LABELS } from '../../../shared/core-utils/users' 33import { hasUserRight, USER_ROLE_LABELS } from '../../../shared/core-utils/users'