Update Helpers

This commit is contained in:
Daniel Supernault 2025-01-04 00:35:11 -07:00
parent d516b7998f
commit d373887615
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -1161,7 +1161,7 @@ class Helpers
{
$res = self::fetchProfileFromUrl($url);
if (! self::isValidProfileData($res, $url)) {
if (! $res || ! self::isValidProfileData($res, $url)) {
return null;
}