Skip to content
Snippets Groups Projects
Commit 20641349 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(updateCoord) : fix missing property

parent 48a3726e
No related branches found
No related tags found
3 merge requests!38Recette,!37Dev,!31fix(structure) : update coord when address structure change
......@@ -7,6 +7,7 @@ export class structureDto {
numero: string;
createdAt: string;
updatedAt: string;
deletedAt: Date;
@IsNotEmpty()
structureName: string;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment