From 7d295a11d0f78d024c0f01aac07abe6ee807a5aa Mon Sep 17 00:00:00 2001 From: evazion Date: Wed, 18 Apr 2018 19:01:33 -0500 Subject: [PATCH] fixup! Fix #3654: Deviantart commentaries fail fetching. --- app/logical/sources/strategies/deviant_art.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/logical/sources/strategies/deviant_art.rb b/app/logical/sources/strategies/deviant_art.rb index bde8ec525..e23498543 100644 --- a/app/logical/sources/strategies/deviant_art.rb +++ b/app/logical/sources/strategies/deviant_art.rb @@ -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