mirror of
https://github.com/immich-app/immich.git
synced 2026-04-28 04:36:31 +03:00
move watcher init to micro
This commit is contained in:
@@ -131,7 +131,6 @@ export const testApp = {
|
||||
teardown: async () => {
|
||||
if (app) {
|
||||
await app.get(MicroAppService).teardown();
|
||||
await app.get(AppService).teardown();
|
||||
await app.close();
|
||||
}
|
||||
await db.disconnect();
|
||||
|
||||
Reference in New Issue
Block a user