summaryrefslogtreecommitdiffstats
path: root/lib/Service
diff options
context:
space:
mode:
authorcall-me-matt <nextcloud@matthiasheinisch.de>2021-02-22 23:53:04 +0100
committercall-me-matt <nextcloud@matthiasheinisch.de>2021-02-22 23:53:04 +0100
commit205df6a57d79c730274a36ade8eba6813ec58256 (patch)
tree7a4d7ed67700ec7c6f3e3bb18412cafdfd342584 /lib/Service
parentea5e5ff3324c0ea19b257706e1572472687ef64a (diff)
continue gravatar search after failure
Signed-off-by: call-me-matt <nextcloud@matthiasheinisch.de>
Diffstat (limited to 'lib/Service')
-rw-r--r--lib/Service/SocialApiService.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Service/SocialApiService.php b/lib/Service/SocialApiService.php
index 2ea2f45b..5184d72c 100644
--- a/lib/Service/SocialApiService.php
+++ b/lib/Service/SocialApiService.php
@@ -216,7 +216,6 @@ class SocialApiService {
break;
}
} catch (\Exception $e) {
- return $e;
}
}