Moved all tag photos to public asset directory.
This commit is contained in:
@@ -332,8 +332,9 @@ async function scrapeActors(actorNames) {
|
||||
const profile = await scraper.fetchProfile(actorEntry ? actorEntry.name : actorName);
|
||||
|
||||
return {
|
||||
scraper: scraperSlug,
|
||||
...profile,
|
||||
name: actorName,
|
||||
scraper: scraperSlug,
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user