1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-04 00:44:22 +02:00

Update activitypub.ts

This commit is contained in:
syuilo
2023-10-03 17:08:05 +09:00
committed by GitHub
parent c3714c02ba
commit 0e58f515fd

View File

@@ -114,6 +114,7 @@ describe('ActivityPub', () => {
}, },
}).compile(); }).compile();
await app.init();
app.enableShutdownHooks(); app.enableShutdownHooks();
noteService = app.get<ApNoteService>(ApNoteService); noteService = app.get<ApNoteService>(ApNoteService);