]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/account/account-blocklist.ts
Don't guess remote tracker URL
[github/Chocobozzz/PeerTube.git] / server / types / models / account / account-blocklist.ts
index 0d8bf11bd98b5838f5aab96af8896f5efa53b892..3126fd0ab499bbcd99baefa0eccb4cc99123ab22 100644 (file)
@@ -1,5 +1,5 @@
 import { AccountBlocklistModel } from '../../../models/account/account-blocklist'
-import { PickWith } from '../../utils'
+import { PickWith } from '@shared/core-utils'
 import { MAccountDefault, MAccountFormattable } from './account'
 
 type Use<K extends keyof AccountBlocklistModel, M> = PickWith<AccountBlocklistModel, K, M>