]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/account/avatar.ts
Fix separate SQL query for video get
[github/Chocobozzz/PeerTube.git] / server / types / models / account / avatar.ts
index 6eba59ee4e6996cd8cbd5059e84ecee032cf8ccf..0489a85992059dd39c60d7a0e8adc5b2c2e75643 100644 (file)
@@ -1,5 +1,5 @@
 import { AvatarModel } from '../../../models/avatar/avatar'
-import { FunctionProperties } from '@server/types/utils'
+import { FunctionProperties } from '@shared/core-utils'
 
 export type MAvatar = AvatarModel