690322:2123 Fixing Deployment Errors
CI / CD Pipeline / build (push) Failing after 7m56s
CI / CD Pipeline / release (push) Has been skipped
CI / CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-03-22 21:23:08 +07:00
parent 5dad7ab7c1
commit 4dc14aba5b
28 changed files with 324 additions and 67 deletions
@@ -1,4 +1,4 @@
import { IsString, IsNotEmpty, IsOptional, IsInt } from 'class-validator';
import { IsString, IsNotEmpty, IsOptional } from 'class-validator';
import { ApiProperty } from '@nestjs/swagger';
export class CreateTagDto {
@@ -1,4 +1,4 @@
import { IsInt, IsString, IsNotEmpty, IsOptional } from 'class-validator';
import { IsInt, IsString, IsNotEmpty } from 'class-validator';
export class SaveNumberFormatDto {
@IsInt()
@@ -4,7 +4,6 @@ import {
Controller,
Get,
Post,
Put,
Body,
Patch,
Param,