update: somee

This commit is contained in:
mahyargdz
2025-01-23 10:21:24 +03:30
parent e3762c1eba
commit 8af72264e7
11 changed files with 198 additions and 166 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { Injectable } from '@nestjs/common';
import { Injectable } from "@nestjs/common";
@Injectable()
export class TicketsService {}
+1 -1
View File
@@ -4,7 +4,7 @@ import { Not } from "typeorm";
import { RoleRepository } from "./roles.repository";
import { UserRepository } from "./users.repository";
import { roles } from "../../../../db/seeders/role.seeder";
import { roles } from "../../../../database/seeders/role.seeder";
import { CommonMessage, UserMessage } from "../../../common/enums/message.enum";
import { CompleteRegistrationDto } from "../../auth/DTO/complete-register.dto";
import { CheckValidityDTO } from "../DTO/check-validity.dto";