Skip to content
Snippets Groups Projects
Commit 571d172f authored by Gospodin Bodurov's avatar Gospodin Bodurov
Browse files

Add entityUUID

parent 82691d71
Branches
Tags
1 merge request!44Login with vereign
[[constraint]]
branch = "master"
branch = "login-with-vereign"
name = "code.vereign.com/code/viam-apis"
[[constraint]]
......
......@@ -245,7 +245,7 @@ func (s *KeyStorageServerImpl) GetKeyId(ctx context.Context, in *api.GetKeyIdByK
return keyIdResponse, nil
}
entity, err := clientutils.GetLastEntity(entitiesMagamentClient, auth.Uuid)
entity, err := clientutils.GetLastEntity(entitiesMagamentClient, in.EntityUUID)
if err != nil {
return nil, err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment