mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 22:35:11 +00:00
fix lint errors in FollowingEntityService.ts
This commit is contained in:
parent
872f987845
commit
ddf572c22f
1 changed files with 1 additions and 2 deletions
|
@ -14,9 +14,9 @@ import type { MiLocalUser, MiUser } from '@/models/User.js';
|
||||||
import { MiFollowing } from '@/models/Following.js';
|
import { MiFollowing } from '@/models/Following.js';
|
||||||
import { bindThis } from '@/decorators.js';
|
import { bindThis } from '@/decorators.js';
|
||||||
import { IdService } from '@/core/IdService.js';
|
import { IdService } from '@/core/IdService.js';
|
||||||
import { UserEntityService } from './UserEntityService.js';
|
|
||||||
import { QueryService } from '@/core/QueryService.js';
|
import { QueryService } from '@/core/QueryService.js';
|
||||||
import { RoleService } from '@/core/RoleService.js';
|
import { RoleService } from '@/core/RoleService.js';
|
||||||
|
import { UserEntityService } from './UserEntityService.js';
|
||||||
|
|
||||||
type LocalFollowerFollowing = MiFollowing & {
|
type LocalFollowerFollowing = MiFollowing & {
|
||||||
followerHost: null;
|
followerHost: null;
|
||||||
|
@ -176,7 +176,6 @@ export class FollowingEntityService {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
interface FollowsQueryParams {
|
interface FollowsQueryParams {
|
||||||
readonly host: string;
|
readonly host: string;
|
||||||
readonly limit: number;
|
readonly limit: number;
|
||||||
|
|
Loading…
Reference in a new issue