mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
remove async
This commit is contained in:
parent
1ea61f0573
commit
84ab5abac4
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export const makeMockWatcher =
|
|||
}
|
||||
}
|
||||
}
|
||||
return async () => await close?.();
|
||||
return () => close?.();
|
||||
};
|
||||
|
||||
export const newStorageRepositoryMock = (reset = true): jest.Mocked<IStorageRepository> => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue