ndt-server
ndt-server copied to clipboard
Too many unnecessary `string()` type casts
Part of the review for https://github.com/m-lab/ndt-server/pull/162 identified unnecessary type casts of many types. We should update the code to eliminate them.
FYI: These casts are no-ops, so this is strictly a code health request.