Skip to content
Snippets Groups Projects
Commit 928e425f authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

Merge branch 'dev' into 'master'

Dev

See merge request !100
parents b0dabf45 97464b1b
No related branches found
No related tags found
1 merge request!100Dev
Pipeline #97430 passed
......@@ -18,7 +18,6 @@ type GrdfConsent struct {
Lastname string `json:"lastname"`
Pce string `json:"pce"`
PostalCode string `json:"postalCode"`
StartDate time.Time `json:"startDate"`
EndDate time.Time `json:"endDate"`
}
......@@ -32,7 +31,6 @@ type GrdfConsentSwagger struct {
Lastname string `json:"lastname"`
Pce string `json:"pce"`
PostalCode string `json:"postalCode"`
StartDate time.Time `json:"startDate"`
EndDate time.Time `json:"endDate"`
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment