Closed embiem closed 7 years ago
The current function only returns bins if they're in the root of the project, but disregards nested bins.
I also added a type === 2 check, because we only want to check for bins and ignore e.g. media files.
type === 2
Thanks!
The current function only returns bins if they're in the root of the project, but disregards nested bins.
I also added a
type === 2
check, because we only want to check for bins and ignore e.g. media files.