mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 17:23:09 -06:00
Fix build
This commit is contained in:
parent
46af57c1d9
commit
a1062d8c1f
|
|
@ -85,7 +85,7 @@ func (t *EDUServerInputAPI) InputSigningKeyUpdate(
|
|||
request *api.InputSigningKeyUpdateRequest,
|
||||
response *api.InputSigningKeyUpdateResponse,
|
||||
) error {
|
||||
eventJSON, err := json.Marshal(&api.OutputSigningKeyUpdateEvent{
|
||||
eventJSON, err := json.Marshal(&api.OutputSigningKeyUpdate{
|
||||
SigningKeyUpdate: request.SigningKeyUpdate,
|
||||
})
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue