mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(server): lint import order (#3974)
* fix: use prettier extension * chore: format fix
This commit is contained in:
parent
2069293cc1
commit
816d040d81
58 changed files with 72 additions and 71 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { AssetType } from '@app/infra/entities';
|
||||
import { BadRequestException, UnauthorizedException } from '@nestjs/common';
|
||||
import {
|
||||
IAccessRepositoryMock,
|
||||
assetStub,
|
||||
authStub,
|
||||
IAccessRepositoryMock,
|
||||
newAccessRepositoryMock,
|
||||
newAssetRepositoryMock,
|
||||
newCryptoRepositoryMock,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue