Skip to content
Snippets Groups Projects
Commit cb85fc50 authored by André Sterba's avatar André Sterba
Browse files

Fix build

parent 84babfab
No related branches found
No related tags found
2 merge requests!376Add additional example application hostname-checker,!343Add basic application framework and example application to show interaction between events an NBI
Pipeline #107561 passed
This commit is part of merge request !343. Comments created here will be created in the context of that merge request.
......@@ -60,7 +60,7 @@ func (a *Application) callback(event *event.Event) {
request := &rbac.GetUserRequest{
Timestamp: time.Now().UnixNano(),
Name: event.ID.String(),
Uuid: event.EntityID.String(),
Id: event.EntityID.String(),
}
response, err := userService.GetUser(ctx, request)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment