bridgev2/provisioning: correct field name
Some checks failed
Go / Lint (latest) (push) Has been cancelled
Go / Build (old, libolm) (push) Has been cancelled
Go / Build (latest, libolm) (push) Has been cancelled
Go / Build (old, goolm) (push) Has been cancelled
Go / Build (latest, goolm) (push) Has been cancelled

This commit is contained in:
Nick Mills-Barrett 2025-05-22 15:22:13 +01:00
commit 203e402ebf
No known key found for this signature in database
GPG key ID: 31F23F2CF354937B

View file

@ -805,7 +805,7 @@ func (prov *ProvisioningAPI) PostCreateGroup(w http.ResponseWriter, r *http.Requ
}
type ReqExportCredentials struct {
RemoteID networkid.UserLoginID `json:"remote_name"`
RemoteID networkid.UserLoginID `json:"remote_id"`
}
type RespExportCredentials struct {