diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/models/user/user.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/models/user/user.ts b/server/models/user/user.ts index 85720abfb..326b2e789 100644 --- a/server/models/user/user.ts +++ b/server/models/user/user.ts | |||
@@ -22,6 +22,7 @@ import { | |||
22 | UpdatedAt | 22 | UpdatedAt |
23 | } from 'sequelize-typescript' | 23 | } from 'sequelize-typescript' |
24 | import { TokensCache } from '@server/lib/auth/tokens-cache' | 24 | import { TokensCache } from '@server/lib/auth/tokens-cache' |
25 | import { LiveQuotaStore } from '@server/lib/live' | ||
25 | import { | 26 | import { |
26 | MMyUserFormattable, | 27 | MMyUserFormattable, |
27 | MUser, | 28 | MUser, |
@@ -72,8 +73,6 @@ import { VideoImportModel } from '../video/video-import' | |||
72 | import { VideoLiveModel } from '../video/video-live' | 73 | import { VideoLiveModel } from '../video/video-live' |
73 | import { VideoPlaylistModel } from '../video/video-playlist' | 74 | import { VideoPlaylistModel } from '../video/video-playlist' |
74 | import { UserNotificationSettingModel } from './user-notification-setting' | 75 | import { UserNotificationSettingModel } from './user-notification-setting' |
75 | import { LiveQuotaStore } from '@server/lib/live' | ||
76 | import { logger } from '@server/helpers/logger' | ||
77 | 76 | ||
78 | enum ScopeNames { | 77 | enum ScopeNames { |
79 | FOR_ME_API = 'FOR_ME_API', | 78 | FOR_ME_API = 'FOR_ME_API', |