Fix lint
This commit is contained in:
parent
d322f854c0
commit
d493e2d4bf
|
@ -22,6 +22,7 @@ import {
|
||||||
UpdatedAt
|
UpdatedAt
|
||||||
} from 'sequelize-typescript'
|
} from 'sequelize-typescript'
|
||||||
import { TokensCache } from '@server/lib/auth/tokens-cache'
|
import { TokensCache } from '@server/lib/auth/tokens-cache'
|
||||||
|
import { LiveQuotaStore } from '@server/lib/live'
|
||||||
import {
|
import {
|
||||||
MMyUserFormattable,
|
MMyUserFormattable,
|
||||||
MUser,
|
MUser,
|
||||||
|
@ -72,8 +73,6 @@ import { VideoImportModel } from '../video/video-import'
|
||||||
import { VideoLiveModel } from '../video/video-live'
|
import { VideoLiveModel } from '../video/video-live'
|
||||||
import { VideoPlaylistModel } from '../video/video-playlist'
|
import { VideoPlaylistModel } from '../video/video-playlist'
|
||||||
import { UserNotificationSettingModel } from './user-notification-setting'
|
import { UserNotificationSettingModel } from './user-notification-setting'
|
||||||
import { LiveQuotaStore } from '@server/lib/live'
|
|
||||||
import { logger } from '@server/helpers/logger'
|
|
||||||
|
|
||||||
enum ScopeNames {
|
enum ScopeNames {
|
||||||
FOR_ME_API = 'FOR_ME_API',
|
FOR_ME_API = 'FOR_ME_API',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user