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();
await app.init();
app.enableShutdownHooks();
noteService = app.get<ApNoteService>(ApNoteService);