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
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -123,7 +123,7 @@ func (s *KeyStorageServerImpl) GetKey(ctx context.Context, in *api.GetKeyRequest
return getKeyResponse, nil
}
getKeyResponse.Key = key
getKeyResponse.Key = key
return getKeyResponse, nil
}
Loading