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
{{ message }}
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
The addType function, e.g. addThing, addProduct receives an array of items to add. Always throws me that it's named addType (singular) but takes an array as input. I think it'd make sense to rename it to addTypes, e.g. addProducts, addThings, addUsers
The
addType
function, e.g.addThing
,addProduct
receives an array of items to add. Always throws me that it's namedaddType
(singular) but takes an array as input. I think it'd make sense to rename it toaddTypes
, e.g.addProducts
,addThings
,addUsers
As it is currently:
Proposed change:
The text was updated successfully, but these errors were encountered: