Added source maps. Fixed DDFNetwork avatar and improved photo fetch error handling.
This commit is contained in:
@@ -271,8 +271,6 @@ async function updateActor(actor, scraped = false, scrapeSuccess = false) {
|
||||
}
|
||||
|
||||
async function mergeProfiles(profiles, actor) {
|
||||
console.log(profiles);
|
||||
|
||||
const mergedProfile = profiles.reduce((prevProfile, profile) => {
|
||||
if (profile === null) {
|
||||
return prevProfile;
|
||||
|
||||
Reference in New Issue
Block a user