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

feat: removed startDate

parent 51c9d9f4
No related branches found
No related tags found
1 merge request!100Dev
......@@ -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.
Finish editing this message first!
Please register or to comment