Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
d493e2d4
Verified
Commit
d493e2d4
authored
May 04, 2022
by
Chocobozzz
Browse files
Fix lint
parent
d322f854
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/models/user/user.ts
View file @
d493e2d4
...
...
@@ -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
'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment