Fix wrong data mapping to store data instead of store user data. (#4874)

This commit is contained in:
ndeet 2023-04-13 09:27:40 +02:00 committed by GitHub
parent 046129a57d
commit f1abe6497f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,7 @@
"StoreUserDataList": {
"type": "array",
"items": {
"$ref": "#/components/schemas/StoreData"
"$ref": "#/components/schemas/StoreUserData"
}
},
"StoreUserData": {