1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00
This commit is contained in:
Chocobozzz 2018-01-24 10:33:50 +01:00
parent 1f7ab4f310
commit a28f353a64
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 2 additions and 4 deletions

View file

@ -2,7 +2,6 @@ import * as Bluebird from 'bluebird'
import { ActivityUpdate } from '../../../../shared/models/activitypub'
import { ActivityPubActor } from '../../../../shared/models/activitypub/activitypub-actor'
import { VideoTorrentObject } from '../../../../shared/models/activitypub/objects'
import { VideoFile } from '../../../../shared/models/videos'
import { retryTransactionWrapper } from '../../../helpers/database-utils'
import { logger } from '../../../helpers/logger'
import { resetSequelizeInstance } from '../../../helpers/utils'