mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-31 20:54:31 +01:00
Fix wrong data mapping to store data instead of store user data. (#4874)
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
"StoreUserDataList": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/StoreData"
|
||||
"$ref": "#/components/schemas/StoreUserData"
|
||||
}
|
||||
},
|
||||
"StoreUserData": {
|
||||
|
||||
Reference in New Issue
Block a user