X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Fmodels%2Foauth%2Foauth-client.ts;h=457e846137f94a79f8a8dad70ae3c6e6e7e46a10;hb=52d6c2e0bf0893e39d0a89fccebad684e9d61ce5;hp=890954bdb6f54a04e46871d5ec6ae9776ef2d533;hpb=5b1a6d45b5d6e50102e1c7c8c845401b76b11b4d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/models/oauth/oauth-client.ts b/server/models/oauth/oauth-client.ts index 890954bdb..457e84613 100644 --- a/server/models/oauth/oauth-client.ts +++ b/server/models/oauth/oauth-client.ts @@ -1,5 +1,5 @@ import { AllowNull, Column, CreatedAt, DataType, HasMany, Model, Table, UpdatedAt } from 'sequelize-typescript' -import { AttributesOnly } from '@shared/core-utils' +import { AttributesOnly } from '@shared/typescript-utils' import { OAuthTokenModel } from './oauth-token' @Table({ @@ -53,8 +53,8 @@ export class OAuthClientModel extends Model