mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
The extra map() calls added an extra loop over the arrays just to trim() a string. This commit moves the trim() into the forEach() and drops the map().