Added Jay Rock network. Fixed site logo not showing up without URL.
This commit is contained in:
@@ -405,8 +405,6 @@ async function associateActors(mappedActors, releases) {
|
||||
knex('releases_actors').whereIn('release_id', releases.map(release => release.id)),
|
||||
]);
|
||||
|
||||
console.log(mappedActors);
|
||||
|
||||
const associations = await Promise.map(Object.entries(mappedActors), async ([actorName, releaseIds]) => {
|
||||
try {
|
||||
const actorEntry = existingActorEntries.find(actor => actor.name === actorName)
|
||||
|
||||
Reference in New Issue
Block a user