blame and claim refactored

This commit is contained in:
2026-02-24 12:19:25 +03:30
parent 0d8858f458
commit 35732dd70a
81 changed files with 11603 additions and 77 deletions

View File

@@ -1,10 +1,6 @@
import { ApiProperty, ApiSchema } from "@nestjs/swagger";
import { ApiProperty } from "@nestjs/swagger";
import { IsDateString } from "class-validator";
@ApiSchema({
name: "Update user profile",
description: "Users updates their profile via this API.",
})
export class UpdateUserProfileDtoRq {
// @ApiProperty({})
// mobile: string;