Skip to content
Snippets Groups Projects

16 refactor deprecated functions

Merged Olgun Cengiz requested to merge 16-refactor-deprecated-functions into master
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -149,6 +149,7 @@ func GetKey(client *client.DataStorageClientImpl, uuid string, keyType api.KeyTy
return nil, statusList
}
/*
if errorsString != "" {
statusList = utils.AddStatus(statusList, "400", api.StatusType_ERROR, errorsString)
return nil, statusList
@@ -158,6 +159,7 @@ func GetKey(client *client.DataStorageClientImpl, uuid string, keyType api.KeyTy
statusList = utils.AddStatus(statusList, "400", api.StatusType_ERROR, errorsString)
return nil, statusList
}
*/
return key, nil
}
Loading