mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-11 22:33:40 +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,
|
UserID: device.UserID,
|
||||||
Version: version,
|
Version: version,
|
||||||
Keys: *keys,
|
Keys: *keys,
|
||||||
}, &performKeyBackupResp); err != nil {
|
}, &performKeyBackupResp); err != nil && performKeyBackupResp.Error == "" {
|
||||||
return jsonerror.InternalServerError()
|
return jsonerror.InternalServerError()
|
||||||
}
|
}
|
||||||
if performKeyBackupResp.Error != "" {
|
if performKeyBackupResp.Error != "" {
|
||||||
|
|
Loading…
Reference in a new issue