]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/application/application.ts
Fix AP element with deleted video federation
[github/Chocobozzz/PeerTube.git] / server / models / application / application.ts
index 5531d134a1b6f67c14b6b9bc2b8483cccb2eb90d..a479de5d29b3545896b1a9e011e26230338b8e39 100644 (file)
@@ -1,6 +1,6 @@
-import * as memoizee from 'memoizee'
+import memoizee from 'memoizee'
 import { AllowNull, Column, Default, DefaultScope, HasOne, IsInt, Model, Table } from 'sequelize-typescript'
-import { AttributesOnly } from '@shared/core-utils'
+import { AttributesOnly } from '@shared/typescript-utils'
 import { AccountModel } from '../account/account'
 
 export const getServerActor = memoizee(async function () {