]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/typings/models/oauth/oauth-token.ts
Add ability to disable webtorrent
[github/Chocobozzz/PeerTube.git] / server / typings / models / oauth / oauth-token.ts
index af34129252e9fe97a946f5577f73511046b08420..8ef042d4e87ba9c82495d5ee3842aa5cbaadfb14 100644 (file)
@@ -1,6 +1,6 @@
 import { OAuthTokenModel } from '@server/models/oauth/oauth-token'
 import { PickWith } from '@server/typings/utils'
-import { MUserAccountUrl } from '@server/typings/models'
+import { MUserAccountUrl } from '../user/user'
 
 type Use<K extends keyof OAuthTokenModel, M> = PickWith<OAuthTokenModel, K, M>