Skip to content
Snippets Groups Projects
Commit 27a06e71 authored by Olgun Cengiz's avatar Olgun Cengiz :drum:
Browse files

debug

parent 782d8662
Branches
Tags
2 merge requests!48Master,!4716 refactor deprecated functions
...@@ -149,6 +149,7 @@ func GetKey(client *client.DataStorageClientImpl, uuid string, keyType api.KeyTy ...@@ -149,6 +149,7 @@ func GetKey(client *client.DataStorageClientImpl, uuid string, keyType api.KeyTy
return nil, statusList return nil, statusList
} }
/*
if errorsString != "" { if errorsString != "" {
statusList = utils.AddStatus(statusList, "400", api.StatusType_ERROR, errorsString) statusList = utils.AddStatus(statusList, "400", api.StatusType_ERROR, errorsString)
return nil, statusList return nil, statusList
...@@ -158,6 +159,7 @@ func GetKey(client *client.DataStorageClientImpl, uuid string, keyType api.KeyTy ...@@ -158,6 +159,7 @@ func GetKey(client *client.DataStorageClientImpl, uuid string, keyType api.KeyTy
statusList = utils.AddStatus(statusList, "400", api.StatusType_ERROR, errorsString) statusList = utils.AddStatus(statusList, "400", api.StatusType_ERROR, errorsString)
return nil, statusList return nil, statusList
} }
*/
return key, nil return key, nil
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment