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

Add entityUUID

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