mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 04:52:46 +00:00
Make account data sytests pass (#1147)
This commit is contained in:
parent
9b408c19fb
commit
84a7881468
2 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,7 @@ func GetAccountData(
|
|||
); err == nil {
|
||||
return util.JSONResponse{
|
||||
Code: http.StatusOK,
|
||||
JSON: data,
|
||||
JSON: data.Content,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue