diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-25 15:00:43 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-25 15:01:29 +0100 |
commit | 031ea8efed6979cb01d0a7857cea6aa27270ceb7 (patch) | |
tree | d5f7a82b44b239abbb9a53d5d74b702514c5c2d3 /server/models/account | |
parent | d61893f7236abbed30c25b1823e6ecad93a8e8dd (diff) | |
download | PeerTube-031ea8efed6979cb01d0a7857cea6aa27270ceb7.tar.gz PeerTube-031ea8efed6979cb01d0a7857cea6aa27270ceb7.tar.zst PeerTube-031ea8efed6979cb01d0a7857cea6aa27270ceb7.zip |
Use named chunk for embed on analyze
Diffstat (limited to 'server/models/account')
-rw-r--r-- | server/models/account/user.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/models/account/user.ts b/server/models/account/user.ts index 0834ecfa5..c1f22b76a 100644 --- a/server/models/account/user.ts +++ b/server/models/account/user.ts | |||
@@ -28,7 +28,6 @@ import { | |||
28 | MUserFormattable, | 28 | MUserFormattable, |
29 | MUserNotifSettingChannelDefault, | 29 | MUserNotifSettingChannelDefault, |
30 | MUserWithNotificationSetting, | 30 | MUserWithNotificationSetting, |
31 | MVideoFullLight, | ||
32 | MVideoWithRights | 31 | MVideoWithRights |
33 | } from '@server/types/models' | 32 | } from '@server/types/models' |
34 | import { hasUserRight, USER_ROLE_LABELS } from '../../../shared/core-utils/users' | 33 | import { hasUserRight, USER_ROLE_LABELS } from '../../../shared/core-utils/users' |