tfjs icon indicating copy to clipboard operation
tfjs copied to clipboard

chore: change let into const for packageNames variable inside Update …

Open AlexVascon opened this issue 11 months ago • 1 comments

The variable packageNames is only used in one place and a shallow copy is created there, so shouldn't it be a const instead of a let?

AlexVascon avatar Mar 05 '24 14:03 AlexVascon

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Mar 05 '24 14:03 google-cla[bot]