mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
Fixed a typo
This commit is contained in:
parent
95159f54ec
commit
b48976095f
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ func ConnectAMQP(uri string) error {
|
||||||
}
|
}
|
||||||
newICReq.InfrastructureComponent.Name = *payload.Properties.Name
|
newICReq.InfrastructureComponent.Name = *payload.Properties.Name
|
||||||
newICReq.InfrastructureComponent.Category = *payload.Properties.Category
|
newICReq.InfrastructureComponent.Category = *payload.Properties.Category
|
||||||
newICReq.InfrastructureComponent.Category = *payload.Properties.Type
|
newICReq.InfrastructureComponent.Type = *payload.Properties.Type
|
||||||
|
|
||||||
// add optional params
|
// add optional params
|
||||||
if payload.State != nil {
|
if payload.State != nil {
|
||||||
|
|
Loading…
Add table
Reference in a new issue