Querying infinite parent depth for deep release entities.

This commit is contained in:
DebaucheryLibrarian
2021-02-01 01:45:30 +01:00
parent 97c088cfb4
commit aade7490f8
12 changed files with 95 additions and 51 deletions

View File

@@ -164,7 +164,6 @@ function attachReleaseIds(releases, storedReleases) {
function filterInternalDuplicateReleases(releases) {
const releasesByEntityIdAndEntryId = releases.reduce((acc, release) => {
console.log(release);
if (!release.entity) {
return acc;
}