fixup! Fix #3654: Deviantart commentaries fail fetching.
This commit is contained in:
@@ -62,7 +62,7 @@ module Sources
|
|||||||
end
|
end
|
||||||
|
|
||||||
def profile_url
|
def profile_url
|
||||||
return "" if uuid.nil?
|
return "" if artist_name.blank?
|
||||||
"https://#{artist_name}.deviantart.com"
|
"https://#{artist_name}.deviantart.com"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user