]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/user/user-notification-setting.ts
Fix update user password confirm message
[github/Chocobozzz/PeerTube.git] / server / models / user / user-notification-setting.ts
index 66e1d85b31fe10476e0d511f2b677144b4bc8fa9..394494c0ce6c0f0a99950f1a12c32dcaa6e6ef0c 100644 (file)
@@ -17,7 +17,7 @@ import { MNotificationSettingFormattable } from '@server/types/models'
 import { AttributesOnly } from '@shared/typescript-utils'
 import { UserNotificationSetting, UserNotificationSettingValue } from '../../../shared/models/users/user-notification-setting.model'
 import { isUserNotificationSettingValid } from '../../helpers/custom-validators/user-notifications'
-import { throwIfNotValid } from '../utils'
+import { throwIfNotValid } from '../shared'
 import { UserModel } from './user'
 
 @Table({