1
0
forked from Yara724/api

Fixed mismatched userId on field expert for claim

This commit is contained in:
SepehrYahyaee
2026-06-20 11:53:18 +03:30
parent d355771518
commit 5a89a0ff16
26 changed files with 144 additions and 414 deletions

View File

@@ -2,10 +2,12 @@ import {
IsBooleanString,
IsEnum,
IsNumber,
IsNumberString,
IsOptional,
IsPositive,
IsString,
IsUrl,
Length,
Matches,
Max,
Min,
@@ -80,9 +82,11 @@ export class EnvironmentVariables {
JWT_EXPIRY: StringValue;
// --------------------------------------------------------- //
@IsString({ message: "HASH_PEPPER must be string" })
@IsOptional()
HASH_PEPPER?: string;
// --------------------------------------------------------- //
@IsOptional()