pull/4977/head
Chocobozzz 2022-05-04 16:13:31 +02:00
parent d322f854c0
commit d493e2d4bf
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 2 deletions

View File

@ -22,6 +22,7 @@ import {
UpdatedAt
} from 'sequelize-typescript'
import { TokensCache } from '@server/lib/auth/tokens-cache'
import { LiveQuotaStore } from '@server/lib/live'
import {
MMyUserFormattable,
MUser,
@ -72,8 +73,6 @@ import { VideoImportModel } from '../video/video-import'
import { VideoLiveModel } from '../video/video-live'
import { VideoPlaylistModel } from '../video/video-playlist'
import { UserNotificationSettingModel } from './user-notification-setting'
import { LiveQuotaStore } from '@server/lib/live'
import { logger } from '@server/helpers/logger'
enum ScopeNames {
FOR_ME_API = 'FOR_ME_API',