]> 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 e3939383be804d9d346d6f709390e5d1b6fb11e2..a479de5d29b3545896b1a9e011e26230338b8e39 100644 (file)
@@ -1,6 +1,6 @@
 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 () {