Fix another lint error
This commit is contained in:
parent
876f617876
commit
a39fab14b3
@ -187,10 +187,7 @@ func (p Profile) CheckUserContentDownloadNeeded(user scraper.User) bool {
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
profile_path := p.get_profile_image_output_path(user)
|
profile_path := p.get_profile_image_output_path(user)
|
||||||
if !file_exists(profile_path) {
|
return !file_exists(profile_path)
|
||||||
return true
|
|
||||||
}
|
|
||||||
return false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user