mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 03:42:23 -06:00
Path mapping & deps fix & bundler changed to tsup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { BadRequestException } from '../../exceptions';
|
||||
import { PrismaRepository } from '../repository/repository.service';
|
||||
import { PrismaRepository } from '@api/repository/repository.service';
|
||||
import { BadRequestException } from '@exceptions';
|
||||
|
||||
export class AuthService {
|
||||
constructor(private readonly prismaRepository: PrismaRepository) {}
|
||||
|
||||
Reference in New Issue
Block a user