fixed the profileimage key

This commit is contained in:
2025-11-29 19:00:50 +05:30
parent c16a7bb95e
commit d1eef782a2

View File

@@ -126,7 +126,7 @@ export class HostService {
}
}
}
if (host.user) {
if (host.user.profileImage) {
const key = host.user.profileImage.startsWith("http")
? host.user.profileImage.split(".com/")[1]
: host.user.profileImage;