Fix build

This commit is contained in:
Neil Alexander 2021-08-10 13:22:30 +01:00
parent 46af57c1d9
commit a1062d8c1f
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -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 {