mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-04 11:03:39 +00:00
Fix sytest
This commit is contained in:
parent
a58e04a630
commit
c260bbe756
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ func UploadBackupKeys(
|
|||
UserID: device.UserID,
|
||||
Version: version,
|
||||
Keys: *keys,
|
||||
}, &performKeyBackupResp); err != nil {
|
||||
}, &performKeyBackupResp); err != nil && performKeyBackupResp.Error == "" {
|
||||
return jsonerror.InternalServerError()
|
||||
}
|
||||
if performKeyBackupResp.Error != "" {
|
||||
|
|
Loading…
Reference in a new issue