Use Serialized in EntityService
This commit is contained in:
parent
a1b243bbda
commit
4a104af304
34 changed files with 82 additions and 78 deletions
|
|
@ -7,7 +7,7 @@ import type { Blocking } from '@/models/entities/Blocking.js';
|
|||
import type { User } from '@/models/entities/User.js';
|
||||
import { bindThis } from '@/decorators.js';
|
||||
import { UserEntityService } from './UserEntityService.js';
|
||||
import { Serialized } from 'schema-type';
|
||||
import type { Serialized } from 'schema-type';
|
||||
|
||||
@Injectable()
|
||||
export class BlockingEntityService {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue