mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 01:11:32 +03:00
chore(server): use absolute import paths (#8080)
update server to use absolute import paths
This commit is contained in:
6
server/test/fixtures/api-key.stub.ts
vendored
6
server/test/fixtures/api-key.stub.ts
vendored
@@ -1,6 +1,6 @@
|
||||
import { APIKeyEntity } from '@app/infra/entities';
|
||||
import { authStub } from './auth.stub';
|
||||
import { userStub } from './user.stub';
|
||||
import { APIKeyEntity } from 'src/infra/entities/api-key.entity';
|
||||
import { authStub } from 'test/fixtures/auth.stub';
|
||||
import { userStub } from 'test/fixtures/user.stub';
|
||||
|
||||
export const keyStub = {
|
||||
admin: Object.freeze({
|
||||
|
||||
Reference in New Issue
Block a user