From 2064134904e14c41714efe893f7239e20aa9e38e Mon Sep 17 00:00:00 2001 From: Jeremie BRISON <ext.sopra.jbrison@grandlyon.com> Date: Mon, 15 Feb 2021 11:31:59 +0100 Subject: [PATCH] fix(updateCoord) : fix missing property --- src/structures/dto/structure.dto.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structures/dto/structure.dto.ts b/src/structures/dto/structure.dto.ts index 01c7a9629..621cf1425 100644 --- a/src/structures/dto/structure.dto.ts +++ b/src/structures/dto/structure.dto.ts @@ -7,6 +7,7 @@ export class structureDto { numero: string; createdAt: string; updatedAt: string; + deletedAt: Date; @IsNotEmpty() structureName: string; -- GitLab