Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Using Object.values() for an array in client.js #256

Open
AndriySymon opened this issue Jan 27, 2025 · 0 comments
Open

Using Object.values() for an array in client.js #256

AndriySymon opened this issue Jan 27, 2025 · 0 comments

Comments

@AndriySymon
Copy link

What is the current behavior?

If the current behavior is a bug, please provide the exact steps to reproduce.

What is the expected behavior?

Additional context
Add any other context about the problem here.

The loadAssets() method defines assets as an array, but then uses Object.values(assets), which is redundant.

@AndriySymon AndriySymon changed the title Using Object.values() for an array Using Object.values() for an array in client.js Jan 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant