mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 14:04:12 +01:00
Fix wrong data mapping to store data instead of store user data. (#4874)
This commit is contained in:
parent
046129a57d
commit
f1abe6497f
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@
|
|||
"StoreUserDataList": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/StoreData"
|
||||
"$ref": "#/components/schemas/StoreUserData"
|
||||
}
|
||||
},
|
||||
"StoreUserData": {
|
||||
|
|
Loading…
Add table
Reference in a new issue