fixed the profileimage key
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user