]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/avatar.ts
Add check constraints live tests
[github/Chocobozzz/PeerTube.git] / server / lib / avatar.ts
index 282d834a2ba79fab1e841387df996e5de41392ef..be6657b6ffbe1c780c0d2f9411a5f36f7fa02307 100644 (file)
@@ -11,7 +11,7 @@ import { sequelizeTypescript } from '../initializers/database'
 import * as LRUCache from 'lru-cache'
 import { queue } from 'async'
 import { downloadImage } from '../helpers/requests'
-import { MAccountDefault, MChannelDefault } from '../typings/models'
+import { MAccountDefault, MChannelDefault } from '../types/models'
 
 async function updateActorAvatarFile (
   avatarPhysicalFile: Express.Multer.File,