no more typo in validations entity

This commit is contained in:
Sofiane Draris 2025-09-13 18:33:00 +02:00
parent e3624adb92
commit ba0a2ea7df

View File

@ -40,5 +40,5 @@ export class Validation {
@UpdateDateColumn({ name: 'modifie_le', type: 'timestamptz' })
updated_at: Date;
}