Retirer apiresponse.ScanGET.Data

MembreID n'était pas nécessaire de garder dans le struct, sera ramené
si jamais le data est nécessaire
This commit is contained in:
Victor Lacasse-Beaudoin 2023-09-16 23:07:07 -04:00
parent bae70e1569
commit cfba108df9

View file

@ -27,7 +27,4 @@ type ScanGET struct {
// ScanPOST is the response type for `POST /v:version/scan/ http/1.1` // ScanPOST is the response type for `POST /v:version/scan/ http/1.1`
type ScanPOST struct { type ScanPOST struct {
Response Response
Data struct {
MembreID string
}
} }