]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/avatar/avatar.ts
Split types and typings
[github/Chocobozzz/PeerTube.git] / server / models / avatar / avatar.ts
index 950e4b181464626a68b8058e8b4f28a9d7db94ee..d874dec990df841f2d624e0ad7f0ccb383622bea 100644 (file)
@@ -7,7 +7,7 @@ import { remove } from 'fs-extra'
 import { CONFIG } from '../../initializers/config'
 import { throwIfNotValid } from '../utils'
 import { isActivityPubUrlValid } from '../../helpers/custom-validators/activitypub/misc'
-import { MAvatarFormattable } from '@server/typings/models'
+import { MAvatarFormattable } from '@server/types/models'
 
 @Table({
   tableName: 'avatar',