Update activitypub.ts
This commit is contained in:
parent
c3714c02ba
commit
0e58f515fd
|
@ -114,6 +114,7 @@ describe('ActivityPub', () => {
|
|||
},
|
||||
}).compile();
|
||||
|
||||
await app.init();
|
||||
app.enableShutdownHooks();
|
||||
|
||||
noteService = app.get<ApNoteService>(ApNoteService);
|
||||
|
|
Loading…
Reference in New Issue