You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As someone unfamiliar with what your code is doing it takes a lot of work to understand what this code is doing. This is a great opportunity to factor out this logic to a function with a descriptive name. Something like formatStyles() or something like that.
The text was updated successfully, but these errors were encountered:
products/server/controllers/retrieveProductStyles.js
Lines 47 to 63 in 35408ad
As someone unfamiliar with what your code is doing it takes a lot of work to understand what this code is doing. This is a great opportunity to factor out this logic to a function with a descriptive name. Something like
formatStyles()
or something like that.The text was updated successfully, but these errors were encountered: