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

Fix bug

parent 55d6c7a3
No related branches found
No related tags found
1 merge request!44Login with vereign
...@@ -246,6 +246,10 @@ func (s *KeyStorageServerImpl) GetKeyId(ctx context.Context, in *api.GetKeyIdByK ...@@ -246,6 +246,10 @@ func (s *KeyStorageServerImpl) GetKeyId(ctx context.Context, in *api.GetKeyIdByK
return keyIdResponse, nil return keyIdResponse, nil
} }
if err != nil {
return nil, err
}
entity, err := clientutils.GetLastEntity(entitiesMagamentClient, in.EntityUUID) entity, err := clientutils.GetLastEntity(entitiesMagamentClient, in.EntityUUID)
if err != nil { if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment