fixup! Fix #3654: Deviantart commentaries fail fetching.

This commit is contained in:
evazion
2018-04-18 19:01:33 -05:00
parent c4ae2bd2fa
commit 7d295a11d0

View File

@@ -62,7 +62,7 @@ module Sources
end
def profile_url
return "" if uuid.nil?
return "" if artist_name.blank?
"https://#{artist_name}.deviantart.com"
end