Skip to content

Commit

Permalink
ApInboxに不要なimportが追加されていたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Esurio committed Sep 11, 2024
1 parent e58249d commit 38a3230
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/core/activitypub/ApInboxService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import { ApPersonService } from './models/ApPersonService.js';
import { ApQuestionService } from './models/ApQuestionService.js';
import type { Resolver } from './ApResolverService.js';
import type { IAccept, IAdd, IAnnounce, IBlock, ICreate, IDelete, IFlag, IFollow, ILike, IObject, IRead, IReject, IRemove, IUndo, IUpdate, IMove, IPost } from './type.js';
import search from '@/server/api/endpoints/hashtags/search.js';

@Injectable()
export class ApInboxService {
Expand Down

0 comments on commit 38a3230

Please sign in to comment.