chore(server): move services (#8133)

move services
This commit is contained in:
Daniel Dietzler
2024-03-21 00:07:30 +01:00
committed by GitHub
parent 6d9e7694b1
commit ef4a492cb1
83 changed files with 104 additions and 100 deletions

View File

@@ -7,7 +7,6 @@ import {
WebSocketServer,
} from '@nestjs/websockets';
import { Server, Socket } from 'socket.io';
import { AuthService } from 'src/domain/auth/auth.service';
import { Instrumentation } from 'src/infra/instrumentation';
import { ImmichLogger } from 'src/infra/logger';
import {
@@ -18,6 +17,7 @@ import {
OnServerEventCallback,
ServerEvent,
} from 'src/interfaces/communication.repository';
import { AuthService } from 'src/services/auth.service';
@Instrumentation()
@WebSocketGateway({